curl --location --request GET 'https://test-api.talkamie.com/v1/schedule/' \
--header 'Authorization: Bearer viewer-access-token'
{
"data": {
"id": "wi5wcd78",
"type": "audio",
"title": "Our Meeting",
"status": "upcoming",
"timeslot": {
"from": "2025-03-31T12:23:00.000Z",
"to": "2025-03-31T12:24:00.000Z"
},
"attendee": {
"id": "wivc0bxp",
"name": "Hiseous Hiseous",
"type": "volunteer",
"pictureSrc": "https://image.jpeg"
}
}
}