Authorization: Bearer ********************
{ "fullname": "", "email": "", "cellphone": "", "address": { "street": "", "number": "", "complement": "", "neighborhood": "", "city": "", "state": "", "zipcode": "" } }
curl --location -g --request PATCH 'http://{{app_url}}/api/v1/customer/id_do_cliente' \ --header 'Content-Type: application/json' \ --data-raw '{ "fullname": "", "email": "", "cellphone": "", "address": { "street": "", "number": "", "complement": "", "neighborhood": "", "city": "", "state": "", "zipcode": "" } }'
{}