{
"streamId": "9a185780-64f2-478b-b913-fef88dd0cc42",
"command": 1,
"scale": 8,
"range": 88
}
curl --location --request POST 'http://192.168.56.7:18082/vic/v1/pu/record/control' \
--header 'Content-Type: application/json' \
--data-raw '{
"streamId": "9a185780-64f2-478b-b913-fef88dd0cc42",
"command": 1,
"scale": 8,
"range": 88
}'
{
"code": 0,
"message": "success",
"data": {
"streamId": "37"
}
}