curl --location 'https://api.even3.com/api/v2/schedule/session' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 999999,
"event_id": 999999,
"title": "Teste Even3",
"schedule_title": null,
"venue": null,
"description": "teste",
"tags": null,
"speakers": null,
"times": null,
"credit_hour": null,
"capacity": null,
"ticket_price": null,
"type": "Palestra"
}
],
"count": 1,
"pagination": {
"current_page": 1,
"total_page": 1,
"page_size": 30,
"quantity": 1,
"has_previous": false,
"has_next": false
}
}