Authorization: Bearer ********************{
"keyword": "string",
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/role/getAll' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"keyword": "string",
"skipCount": 0,
"maxResultCount": 1
}'{
"totalCount": 0,
"items": [
{
"displayName": "string",
"normalizedName": "string",
"description": "string",
"dataScope": 1,
"projectSectionList": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"code": "string"
}
],
"sort": 0,
"grantedPermissions": [
"string"
],
"id": 0
}
]
}