curl --location --request PUT 'agendamentos/1/remarcar' \ --header 'X-Clinic-ID: 1' \ --header 'Content-Type: application/json' \ --data-raw '{ "novaDataConsulta": "2025-12-26", "novaHoraInicio": "10:00" }'
{}