curl --location 'https://festivalapi.com/v1/categories/' \
--header 'Authorization: Bearer <token>'{
"count": 12,
"results": [
{
"category": "Short Film",
"count": 85
},
{
"category": "Feature",
"count": 62
},
{
"category": "Documentary",
"count": 54
}
]
}