{
"address": {
"street": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string"
},
"label": "string",
"isPrimary": true
}
curl --location --request POST '/v1/user//addresses' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"street": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string"
},
"label": "string",
"isPrimary": true
}'
{
"address": {
"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"
}
}