Authorization: Bearer ********************
{
"videoId": 23,
"videoUserId": 2,
"reportType": "诱导犯罪"
}
curl --location --request POST 'http://47.93.16.76:8080/app/video/api/v1/report' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoId": 23,
"videoUserId": 2,
"reportType": "诱导犯罪"
}'
{
"msg": "操作成功",
"code": 200
}