curl --location --globoff 'https://platform-api.convirza.com/v3/geo-locations/{location_id}/routes/{route_id}' \
--header 'Authorization: Bearer <token>'{
"location_route_id": 42,
"location_id": 1,
"location_name": "New York Downtown",
"address": "123 Main St",
"city": "New York",
"state": "NY",
"zip": "10001",
"target": "2125551234",
"claimed_zip": "10001,10002",
"claimed_states": "NY,NJ",
"latitude": "40.712776",
"longitude": "-74.005974",
"location_ivr_route_id": null,
"location_route_created": "2024-01-15T10:00:00Z",
"location_route_modified": "2024-06-01T09:30:00Z"
}