curl --location -g --request PUT 'https:///api/v2/teams//permissions' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject_type": "user",
"subject_id": "456",
"relation": "admin"
}'{
"success": true,
"message": "string",
"data": {
"team_id": 0,
"subject_type": "string",
"subject_id": "string",
"subject_name": "string",
"old_relation": "string",
"new_relation": "string",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}