curl --request POST \
--url https://{subdomain}.mindhunters.ai/api/v1/schedules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Dr. Smith Schedule",
"availability_type_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "appointment",
"color": "#3B82F6",
"ai_agents": [
"<string>"
],
"human_agents": [
"<string>"
],
"custom_questions": [
{}
]
}
'