curl --location --request POST 'https://api-develop.enspace.io/ws/roles//permissions' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'en-workspace;' \
--data-raw '{
"entity": "string",
"action": "string",
"rules": {}
}'
{
"id": 0,
"entity": "string",
"action": "string",
"rules": {}
}