{
"serial": "string",
"camType": "MASTER",
"streamProtocol": "RTSP",
"streamControl": "ON"
}curl --location --request POST 'https://api.zhimu-tech.com/zhimu-api/device/streamControl' \
--header 'Content-Type: application/json' \
--data-raw '{
"serial": "string",
"camType": "MASTER",
"streamProtocol": "RTSP",
"streamControl": "ON"
}'{
"success": true,
"errorCode": "SUCCESS",
"errorMessage": "操作成功",
"data": "rtsp://60.205.3.21:8554/live/IVG1MVMDAXXX00000005/camslave"
}