{
"deviceId": "{{DeviceID}}",
"platformId": "{{PlatformID}}",
"streamNumber": 0
}
curl --location --request POST 'http://192.168.56.7:18082/vic/v1/livestream/stop' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "42020101001320000001",
"platformId": "42020100002000000001",
"streamNumber": 0
}'
{
"code": 0,
"message": "success"
}