Authorization: Bearer ********************{
"area": "string",
"areaCode": "string",
"month": "string",
"startDate": "string",
"endDate": "string"
}curl --location --request POST '/api/weather/history/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"area": "string",
"areaCode": "string",
"month": "string",
"startDate": "string",
"endDate": "string"
}'{
"fileName": "string",
"fileType": "string",
"fileToken": "string"
}