curl --location 'https://festivalapi.com/v1/countries/' \
--header 'Authorization: Bearer <token>'{
"count": 20,
"results": [
{
"country": "United States",
"festival_count": 48
},
{
"country": "United Kingdom",
"festival_count": 15
},
{
"country": "Canada",
"festival_count": 12
}
]
}