{
  "host": "geolocate.athom.com",
  "basePath": "/api/v1",
  "operations": {
    "getLocation": {
      "path": "/geolocate",
      "method": "post",
      "parameters": {
        "homeyId": {
          "type": "string",
          "in": "body"
        },
        "homeyIP": {
          "type": "string",
          "in": "body"
        },
        "towers": {
          "type": "array",
          "in": "body"
        }
      }
    }
  }
}