List roles
GET
https://SUB_DOMAIN.hugery.com/api/external/v1/roles
{
"data": [
{
"id": "ffa7fce7-655a-4280-998a-5a5e542a359d",
"name": "ROLE_SUPER_ADMIN",
"title": "Super admin",
"updatedAt": 1586213040,
"workingRole": false
},
{
"id": "0abaf5ce-ee14-4180-ad58-1142af2f3c29",
"name": "ROLE_ADMIN",
"title": "Admin",
"updatedAt": 1586213040,
"workingRole": true
},
{
"id": "977ec80c-ac1f-4a18-8418-609825732f38",
"name": "ROLE_AGENT",
"title": "Agent",
"updatedAt": 1586213040,
"workingRole": true
}
],
"status": 200
}