Authorization: Bearer ********************{
"vin":"LZGCA2414JB011577",
"channel":1
}curl --location --request POST '/web/fms-video-manage/v1.0/ezemanage/realTimeVideo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vin":"LZGCA2414JB011577",
"channel":1
}'{
"code": 200,
"msg": "success",
"data": null
}