curl --location '/api/v1/film/rec/barrage' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"time": 0,
"text": "string",
"type": "top",
"color": "string",
"size": "string"
}'{
"code": 0,
"msg": "ok",
"data": {
"success": true
}
}