List Roles
curl -X GET "https://loading/api/v2/roles"[
{
"created_at": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"is_system": false,
"member_count": 0,
"name": "string",
"permissions": [
"string"
],
"updated_at": "2019-08-24T14:15:22Z"
}
]