curl --location --request GET '/plain-video-group/contents?id'
{
"code": 200,
"msg": "string",
"data": [
{
"videoId": "string",
"videoGroupId": "string",
"index": 0,
"title": "string",
"videoCover": "string"
}
]
}