username:passwordAuthorization: Basic *****************curl --location --request POST '/Rights' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entityId": "156e622c-6cdf-4c27-9bc9-2f2db69919f5",
"entityTypeName": "string",
"priority": 0,
"rightLevel": 0,
"securityEntityId": "dce85e02-80e1-49b7-b5d1-aafded9b6f38",
"securityEntityName": "string",
"securityEntityTypeName": "string"
}'