Authorization: Bearer ********************curl --location --request GET 'https://api.vpsbg.eu/v1/support/tickets/departments' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"key": "tech-support"
},
{
"id": 2,
"key": "sales"
}
]