X-API-KEY: ********************curl --location --request PUT '/api/users/info/v1/change-active-organization/?organization_id' \
--header 'X-API-KEY: <api-key>'{
"email": "user@example.com",
"is_active": true,
"is_admin": true,
"organization_id": 1,
"id": 1
}