GET roles

GET/roles
AuthorizationBearer <token>

Paste your JWT token here

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/roles"
[
  {
    "id": 0,
    "name": "string"
  }
]
{
  "message": "string"
}