curl --location --request POST 'https://sandbox.trynavigate.co/api/v1/locations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"addressType": "SELLER",
"addressee": "John Smith",
"companyName": "ACME Inc.",
"addressLineOne": "1 Madison Square Garden",
"addressLineTwo": "Turner Street",
"city": "Toronto",
"state": "Ontario",
"country": "Canada",
"email": "toronto@acme.com",
"postalCode": "M5V2L4",
"isdCode": "CA~+1",
"phone": "9654321087"
}
}'{
"address": {
"id": 540819,
"addressType": "SELLER",
"addressee": "John Smith",
"companyName": "ACME Inc.",
"addressLineOne": "1 Madison Square Garden",
"addressLineTwo": "Turner Street",
"city": "Toronto",
"state": "Ontario",
"country": "United States of America",
"email": "toronto@acme.com",
"postalCode": "M5V2L4",
"isdCode": "CA~+1",
"phone": "9654321087",
"createdDate": "2025-07-31T00:00:00.000Z"
}
}