curl --location --request POST 'http://decathlonstore.myvtex.com/address' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"email": "lindomar.nascimento@decathlon.com.br",
"id": "841000010000956641",
"vtexId": "f14d3d89-fe9b-11ef-b37f-b2f8e6fb69ae",
"country_code": "BRA",
"street": "Rua brinco de princesa",
"number": "33",
"locality": "São Paulo",
"postal_code": "09360-490",
"complement": "não tem",
"title": "f14d3d89-fe9b-11ef-b37f-b2f8e6fb69ae",
"is_favorite": true,
"firstname": "Lindomar",
"lastname": "Nascimento",
"phone_number": "+5511947908977",
"type": "SHIPPING",
"accuracy": "VALID",
"administrative_divisions": {
"province": "SP",
"district": "Sé"
}
}
}'