curl --location --request GET '/v1/user//addresses'
{
"addresses": [
{
"addressId": "string",
"userId": "string",
"address": {
"street": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string"
},
"label": "string",
"isPrimary": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}