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