curl --location -g --request POST 'https:///api/v2/corpora//permissions' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"shared_to": "user@example.com",
"permissions": [
"string"
]
}'
{
"success": true,
"message": "string",
"data": {
"email": "user@example.com",
"permissions": [
null
]
}
}