isValidated
should be set to true.curl --location --request POST 'https://api.managem.co.uk/user/addresses' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": "home",
"type": "shipping",
"line1": "67 Test Close",
"city": "Petersfield",
"state": "Hampshire",
"postalCode": "GU322JX",
"country": "GB",
"isValidated": false,
"isPrimary": true
}'
{
"label": "string",
"type": "shipping",
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "st",
"loqateId": "string",
"isValidated": false,
"isPrimary": false,
"id": "string",
"createdAt": "string",
"updatedAt": "string"
}