curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/basic/channels/actions/ptz/position3d' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "D62158364",
"channelNo": 1,
"endPointX": 0,
"endPointY": 0,
"startPointX": 0,
"startPointY": 0
}'
{
"code": 200,
"message": "操作成功"
}