curl --location --request PUT 'especialidades/1' \ --header 'X-Clinic-ID: 1' \ --header 'Content-Type: application/json' \ --data-raw '{ "nome": "Cardiologia Pediátrica" }'