curl --request POST \
--url https://your-chatwoot.aifocus.dev/api/v1/accounts/{account_id}/conversations/{conversation_id}/appointments \
--header 'Content-Type: application/json' \
--header 'api_access_token: <api-key>' \
--data '
{
"title": "Reunião de Apresentação",
"scheduled_at": "2025-01-20T14:00:00Z",
"notes": "<string>"
}
'