{
"title": "string",
"startDateTime": "string",
"endDateTime": "string",
"type": "audio",
"recurrence": "daily"
}
curl --location --request POST 'https://test-api.talkamie.com/v1/user//schedule' \
--header 'Authorization: Bearer scheduler-access-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"startDateTime": "string",
"endDateTime": "string",
"type": "audio",
"recurrence": "daily"
}'
{
"data": {
"schedule": {
"...schedule...": "...props..."
},
"chat": {
"id": "string"
},
"message": {
"...message...": "...props..."
}
}
}