{
"pre1h":"10",
"pre24h":"20",
"pre1hStation":"3",
"pre24hStation":"3",
"wind":"8",
"windAltitude":"500",
"wind1h":"8",
"wind1hAltitude":"500",
"vis":"2",
"tem":"-10"
}
curl --location --request POST 'http://114.255.31.92:8080/api/v1/app/saveAutoStationWarning' \
--header 'Content-Type: application/json' \
--data-raw '{
"pre1h":"10",
"pre24h":"20",
"pre1hStation":"3",
"pre24hStation":"3",
"wind":"8",
"windAltitude":"500",
"wind1h":"8",
"wind1hAltitude":"500",
"vis":"2",
"tem":"-10"
}'
{}