Authorization: Bearer ********************curl --location --request POST '/api/services/app/user/getRoles' \
--header 'Authorization: Bearer <token>'{
"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
}
]
}