access-token: ********************
curl --location '/admin/tickets/departments/' \ --header 'access-token: <api-key>'
{ "success": true, "departments": [ { "id": 1, "username": "admin" } ] }