Authorization: Bearer ********************
{
"command": "string",
"permissionLevel": 0
}
curl --location --request POST '/api/Permissions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "string",
"permissionLevel": 0
}'
[
"string"
]