Admin role from a user in a specific organization. The organization_id is required in the request body. Validates that the organization and its Admin role exist before removal. Requires super-admin authentication.super.admin middleware.curl --location 'https://api-dev.commandroom.ai/api/api/global-permissions/users/42/remove-organization-admin' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"organization_id": 1
}'{
"message": "Success."
}