curl --location '/customers//addresses?page=1' \
--header 'Authorization: Bearer <token>'{
"offset": 0,
"limit": 50,
"count": 1,
"data": [
{
"id": 12640,
"externalId": null,
"resultId": null,
"customer": {
"id": 12601
},
"title": "Rua D, 333,",
"address": {
"zipcode": "02037-000",
"address": "Rua Doutor Olavo Egídio",
"number": "333",
"complement": "",
"reference": null,
"neighborhood": "Santana",
"city": "São Paulo",
"state": "SP"
},
"country": "BR",
"recipientName": null,
"recipientSurname": null,
"recipientPhone": null
}
]
}