Admin role. Returns the list of admin organizations with their IDs and names. Requires super-admin authentication.super.admin middleware.curl --location 'https://api-dev.commandroom.ai/api/api/global-permissions/users/42/organization-roles' \
--header 'Authorization: Bearer {{token}}'{
"user_id": 1,
"admin_organizations": [
{
"id": 1,
"name": "Sample Name",
"role_id": 1
}
]
}