Authorization: Bearer ********************
{
"monitoringPointId": "MS0051201160000763",
"startTime": "2024-09-09",
"endTime": "2025-09-09",
"forecastDay": "2",
"type": "cj"
}
curl --location --request POST 'http://10.12.186.133:30924/zspt/ncMonitorForecast' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"monitoringPointId": "MS0051201160000763",
"startTime": "2024-09-09",
"endTime": "2025-09-09",
"forecastDay": "2",
"type": "cj"
}'
{
"": {}
}