{
"operate": "up",
"hSpeed": 0,
"vSpeed": 0,
"stop": true
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/pu/ptz/camera//' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operate": "up",
"hSpeed": 0,
"vSpeed": 0,
"stop": true
}'
{
"code": 0,
"msg": "string"
}