{
"x": [
[
0
]
],
"y": [
0
]
}
curl --location --request POST 'http://192.168.11.46:13000/multipoint/train' \
--header 'Content-Type: application/json' \
--data-raw '{
"x": [
[
0
]
],
"y": [
0
]
}'
{
"code": 0,
"msg": "string",
"data": {
"model": "string"
}
}