{
"latitude": 0,
"longitude": 0,
"type": "string"
}curl --location --request POST '/openapi/v0.9/manage/api/v1/common/weather-report/v2' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"latitude": 0,
"longitude": 0,
"type": "string"
}'{
"code": 0,
"message": "string",
"data": {
"weather_hourly_1h": [
{
"data": [
{
"clo": 0,
"gust": 0,
"phs": 0,
"pre": 0,
"predict_wns": 0,
"prs_qfe": 0,
"rhu": 0,
"ssrd": 0,
"tem": 0,
"time": "string",
"uvb": 0,
"uvi": 0,
"vis": 0,
"wep": 0,
"wnd": 0,
"wns": 0,
"wns_grd": 0
}
],
"location": {},
"time_updated": "string"
}
]
}
}