Authorization: Bearer ********************{
"area": "string",
"areaCode": "string",
"areaid": "string",
"need3HourForcast": "string",
"needAlarm": "string",
"needHourData": "string",
"needIndex": "string",
"needMoreDay": "string"
}curl --location --request POST '/api/weather/areaToWeather' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"area": "string",
"areaCode": "string",
"areaid": "string",
"need3HourForcast": "string",
"needAlarm": "string",
"needHourData": "string",
"needIndex": "string",
"needMoreDay": "string"
}'null