curl --location --request GET 'https://sandbox.trynavigate.co/api/v1/locations?search&page&pageSize' \
--header 'Authorization: Bearer <token>'{
"total": 1,
"page": 0,
"pageSize": 1,
"addresses": [
{
"id": 540819,
"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",
"createdDate": "2024-05-30T00:00:00.000Z",
"lastUpdatedDate": "2025-06-27T00:00:00.000Z"
}
]
}