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