curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/basic/devices/actions/encrypt/off' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "D20591677",
"validateCode": "ABCDEFG"
}'
{
"code": "200",
"message": "操作成功"
}