curl --location 'https://festivalapi.com/v1/festivals//roster/?page=&per_page=' \
--header 'Authorization: Bearer <token>'{
"festival_id": 42,
"festival_name": "Sundance Film Festival",
"count": 2,
"results": [
{
"id": 101,
"festival_id": 42,
"film_title": "Past Lives",
"film_director": "Celine Song",
"film_year": 2023,
"film_genre": "Drama",
"film_category": "Feature",
"film_award": "Grand Jury Prize"
}
]
}