Authorization: Bearer ********************{
"pointIds": [
"string"
],
"tableName": "string",
"day": 7
}curl --location --request POST 'http://10.12.186.133:30924/hub/monitor/alert' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pointIds": [
"string"
],
"tableName": "string",
"day": 7
}'{
"code": 0,
"msg": "",
"data": {
"": {}
},
"ok": false
}