Reorder security realms
Reorder security realms.
POST
/platform/configuration/security/realms/_reorder
curl \
--request POST 'https://{{hostname}}/api/v1/platform/configuration/security/realms/_reorder' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"realms":["string"]}'