curl --location --request POST 'https://api2.hik-cloud.com/v1/customization/channels//ptz/start' \
--header 'Authorization: Bearer ' \
--data-urlencode 'direction=1' \
--data-urlencode 'speed=1' \
--data-urlencode 'mode=0'
{
"code": "200",
"message": "操作成功"
}