curl --location --request PATCH 'agendamentos/1/status' \ --header 'X-Clinic-ID: 1' \ --header 'Content-Type: application/json' \ --data-raw '{ "novoStatus": "CONFIRMADO" }'
{}