curl --location '/customeraddresses/2501' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 12855,
"externalId": null,
"customer": {
"id": 12485
},
"title": "Casa",
"address": {
"zipcode": "07144-060",
"address": "Rua Nestor João de Oliveira",
"number": "212",
"complement": "",
"reference": "",
"neighborhood": "Jardim Acácio",
"city": "Guarulhos",
"state": "SP"
},
"country": "BR",
"recipientName": "Felipe",
"recipientSurname": "Moreira",
"recipientPhone": "(11) 99999-9999"
}
}