[
[1,2],
[1,2],
[1,7],
[1,7],
[1,7],
[1,7],
[1,7],
[1,7]
]
curl --location --request POST 'http://192.168.11.46:13000/outlier/series-classify' \
--header 'Content-Type: application/json' \
--data-raw '[
[1,2],
[1,2],
[1,7],
[1,7],
[1,7],
[1,7],
[1,7],
[1,7]
]'
{
"code": 200,
"msg": "请求成功",
"data": 2
}