curl --location --request GET '/openapi/v0.9/drc/api/v2/projects//live-channels/record/device/1581F8HHD24B10010084' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"bid": "string",
"camera": "string",
"created_by": "string",
"duration": 0,
"sn": "string",
"state": 0
}
]
}
}