[
  {
    "cityGeoId": 5,
    "stateGeoId": 4,
    "latitude": 5,
    "longitude": 3,
    "cityName": "string",
    "stateName": "string",
    "countryName": "string",
    "countryCode": "string",
    "postalCode": "string",
    "continentCode": "string"
  },
  {
    "cityGeoId": 1,
    "stateGeoId": 1,
    "latitude": 9,
    "longitude": 9,
    "cityName": "string",
    "stateName": "string",
    "countryName": "string",
    "countryCode": "string",
    "postalCode": "string",
    "continentCode": "string"
  }
]