manage:role permission.curl --location --request GET '/roles?limit&page&search&sortBy&sortOrder'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"name": "string",
"icon": "string",
"color": "string",
"permissions": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"userCount": 0
}
]
}