curl --location --request GET 'https://apicfa.convirza.com/v2/misc/geo/locations?location_id' \
--header 'Authorization: Bearer <token>'{
"location_route_id": 0,
"location_id": 0,
"route_location": "string",
"route_address": "string",
"route_city": "string",
"route_state": "string",
"route_zip": "string",
"route_target": "string",
"route_claimed_zip": "string",
"route_longitude": "string",
"route_latitude": "string",
"route_created": "string",
"route_modified": "string",
"hunt_type": "roundrobin",
"overflowNumbers": [
{
"overflowNumber": 1000000000,
"rings": 1
}
]
}