curl --request POST \
--url https://api.eu.bronto.io/organizations/{orgId}/access/{entityType}/{entityId} \
--header 'Content-Type: application/json' \
--header 'X-BRONTO-API-KEY: <api-key>' \
--data '
{
"roles": [
"<string>"
],
"status": "active"
}
'