Authorization: ********************curl --location --request GET 'http://127.0.0.1:10010/user/api/aiVip/listBenchmarkVideo' \
--header 'Authorization: <api-key>'{
"status": "",
"message": "",
"data": {
"groups": [
{
"name": "",
"tags": [
""
],
"content": [
{
"category": "",
"title": "",
"coverPath": "",
"videoPath": "",
"info": {
"author": "",
"likes": 0,
"shares": 0,
"favourites": 0,
"publishTime": 0,
"video_tag": [
{
"tag_name": "",
"tag_id": 0,
"level": 0
}
]
},
"createTime": 0,
"publishTime": 0,
"text": "",
"src": ""
}
]
}
]
}
}