curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/basic/presets/delete' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "D62158364",
"channelNo": 1,
"index": 134
}'
{
"code": 200,
"message": "操作成功"
}