{
"roomId": "string",
"liveId": "string",
"reportSelected": [
0
],
"remark": "string"
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/live/report/report' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomId": "string",
"liveId": "string",
"reportSelected": [
0
],
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}