X-Token: ********************
{
"objectType": "string",
"objectId": "string",
"permissionsType": "string",
"customScope": [
"string"
]
}
curl --location --request POST '/system/data/permissions' \
--header 'X-Requested-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"objectType": "string",
"objectId": "string",
"permissionsType": "string",
"customScope": [
"string"
]
}'
{}