curl --location 'https://api.even3.com/api/v2/schedule/speaker' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"speaker_id": 999999,
"event_id": 999999,
"name": "Teste Even3 Palestrante",
"photo_url": null,
"job_title": "teste",
"bio": "Bio teste",
"email": "teste@even3.com",
"social_networks": []
}
],
"count": 1,
"pagination": {
"current_page": 1,
"total_page": 1,
"page_size": 30,
"quantity": 1,
"has_previous": false,
"has_next": false
}
}