routes array.curl --location --globoff 'https://platform-api.convirza.com/v3/geo-locations/{location_id}' \
--header 'Authorization: Bearer <token>'{
"location_id": 1,
"org_unit_id": 12345,
"name": "New York Office",
"created": "2024-01-15T10:00:00.000Z",
"modified": "2024-06-01T09:30:00.000Z",
"routes": [
{
"id": 42,
"location": "New York Downtown",
"address": "123 Main St",
"city": "New York",
"state": "NY",
"zip": "10001",
"target": "2125551234",
"claimed_zip": "10001,10002",
"claimed_states": "NY,NJ",
"location_ivr_route_id": null
}
]
}