{
"id": 0,
"name": "string",
"points": [
{
"id": 0,
"hSpeed": 0,
"vSpeed": 0,
"duration": 0
}
]
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/pu/ptz/cruise/add//' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"points": [
{
"id": 0,
"hSpeed": 0,
"vSpeed": 0,
"duration": 0
}
]
}'
{
"code": 0,
"msg": "string"
}