curl --location --request POST 'https://api2.hik-cloud.com/api/v1/ezviz/live/actions/updateState' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"liveStudioId":"nmywr",
"enable":true
}'{
"code": 200,
"message": "操作成功"
}