{
"title": "string",
"startDateTime": "string",
"endDateTime": "string",
"type": "audio",
"recurrence": "daily"
}
curl --location --request PUT 'https://test-api.talkamie.com/v1/schedule/' \
--header 'Authorization: Bearer user-access-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"startDateTime": "string",
"endDateTime": "string",
"type": "audio",
"recurrence": "daily"
}'
{
"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"
}
}
}