curl --location -g --request POST 'https:///api/v2/projects//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": {
"project_id": 0,
"subject_type": "string",
"subject_id": "string",
"subject_name": "string",
"relation": "string",
"granted_at": "2019-08-24T14:15:22.123Z",
"granted_by": {
"user_id": "string",
"email": "[email protected]",
"name": "string"
}
}
}