curl --location -g --request POST '/appointments/{{companyId}}/{{agendaId}}/' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "8680e899-a180-458c-8ff9-860f2265dff0",
"date": "2025-07-18",
"startTime": "16:00:00",
"endTime": "16:30:00",
"notes": "Initial consultation meeting",
"members": ["bafd0315-357b-49d1-8d7c-6695214ec587"]
}'
{}