X-API-KEY: ********************curl --location --request PUT '/api/users/control/user-organization/v1//role/?role' \
--header 'X-API-KEY: <api-key>'{
"user_id": 1,
"organization_id": 1,
"role": "admin",
"last_activity": "2019-08-24T14:15:22.123Z",
"id": 1
}