{
"permissions": [
"string"
]
}
curl --location --request POST '/api/services/app/Role/GetRoles' \
--header 'Content-Type: application/json' \
--data-raw '{
"permissions": [
"string"
]
}'
{
"items": [
{
"name": "string",
"displayName": "string",
"isStatic": true,
"isDefault": true,
"creationTime": "2019-08-24T14:15:22Z",
"id": 0
}
]
}