curl --location 'https://festivalapi.com/v1/festivals/?q=&country=&category=&genre=&deadline_before=&deadline_after=&event_date_before=&fee_max=&submission_platform=&sort=&page=&per_page=' \
--header 'Authorization: Bearer <token>'{
"count": 0,
"page": 0,
"per_page": 0,
"total_pages": 0,
"results": [
{
"id": 0,
"name": "string",
"year": 0,
"country": "string",
"city": "string",
"state": "string",
"categories": [
"string"
],
"genres": [
"string"
],
"deadline_regular": "2019-08-24",
"deadline_late": "2019-08-24",
"event_start_date": "2019-08-24",
"event_dates": "string",
"regular_fee": 0,
"submission_platforms": [
"string"
],
"website": "http://example.com",
"composite_score": 0
}
]
}