curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/pu/ptz/cruiselist//' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"points": [
{
"id": 0,
"hSpeed": 0,
"vSpeed": 0,
"duration": 0
}
]
}
]
}