{
"city": "杭州"
}curl --location --request POST 'https://dev-openapi-jystudy2.app.codewave.163.com/rest/queryWeather' \
--header 'Content-Type: application/json' \
--data-raw '{
"city": "杭州"
}'{
"success": true,
"city": "string",
"data": {
"current_weather": "string",
"current_temperature": 0,
"today_weather": "string",
"today_high_temperature": 0,
"today_low_temperature": 0,
"aqi": 0,
"quality_level": "string",
"wind_direction": "string",
"wind_level": 0
},
"update_time": "string",
"msg": "string"
}