curl --location --request POST 'https://api2.hik-cloud.com/v1/customization/liveStudio/actions/encryptTurnOffOrOn' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "string",
"validateCode": "string"
}'
{
"code": "200",
"message": "操作成功"
}