curl --location -g --request PATCH '/appointments/{{companyId}}/{{agendaId}}/{{appointmentId}}' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "0faa8330-5376-4aa8-84bc-6ab5bae62b76"
}'
{}