{
"role": {
"id": 0,
"displayName": "string",
"isDefault": true
},
"grantedPermissionNames": [
"string"
]
}
curl --location --request POST '/api/services/app/Role/CreateOrUpdateRole' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": {
"id": 0,
"displayName": "string",
"isDefault": true
},
"grantedPermissionNames": [
"string"
]
}'
{}