curl --location --request POST '/user_addresses' \
--header 'Content-Type: application/json' \
--data-raw '{
"administrative_area": "TX",
"borough": "Guadalajara",
"business_name": "Toy-O'\''Kon",
"country_code": "US",
"customer_reference": "MY REF 001",
"extended_address": "14th Floor",
"first_name": "Alfred",
"last_name": "Foster",
"locality": "Austin",
"neighborhood": "Ciudad de los deportes",
"phone_number": "+12125559000",
"postal_code": "78701",
"skip_address_verification": false,
"street_address": "600 Congress Avenue"
}'
{
"data": {
"administrative_area": "TX",
"borough": "Guadalajara",
"business_name": "Toy-O'Kon",
"country_code": "US",
"created_at": "2018-02-02T22:25:27.521Z",
"customer_reference": "MY REF 001",
"extended_address": "14th Floor",
"first_name": "Alfred",
"id": "c3527e69-dc5a-4b3e-8f44-99d209f83c1d",
"last_name": "Foster",
"locality": "Austin",
"neighborhood": "Ciudad de los deportes",
"phone_number": "+12125559000",
"postal_code": "78701",
"record_type": "user_address",
"street_address": "600 Congress Avenue",
"updated_at": "2018-02-02T22:25:27.521Z"
}
}
Authorization: Bearer ********************