roles
get/roles
Response
list of all roles
Example response
{
"message": "ok",
"data": [
{
"id": 1,
"name": "Admin",
"description": "Administrator with full access to the system."
}
]
}list of all roles
{
"message": "ok",
"data": [
{
"id": 1,
"name": "Admin",
"description": "Administrator with full access to the system."
}
]
}