X-API-KEY: ********************curl --location 'https://api.falken.ltd/api/weather/location?location=undefined' \
--header 'X-API-KEY: <api-key>'{
"location": "string",
"temperatureFahrenheit": 0,
"temperatureCelsius": 0,
"condition": "string",
"windSpeedMph": 0,
"windDirection": "string",
"humidity": 0,
"cloudCover": 0,
"lastUpdated": "2019-08-24T14:15:22.123Z"
}