curl --location -g --request PATCH '/appointments/{{companyId}}/{{agendaId}}/{{appointmentId}}/date' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "16:00:00",
"endTime": "17:00:00",
"date": "2025-03-20"
}'
{}