Authorization: Bearer ********************{
"area":"重庆",
"startDate": "20250801",
"endDate": "20250831"
}curl --location --request POST '/api/weather/history' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"area":"重庆",
"startDate": "20250801",
"endDate": "20250831"
}'null