curl --location --request GET 'http://10.134.49.88:8080/azaz/video/getVideos?lastVideoId=§ion=' \
--header 'token;'
{
"host": "string",
"code": 0,
"errorMessage": "string",
"data": {
"total": 0,
"videoList": [
{
"videoId": "string",
"coverUrl": "string",
"videoUrl": "string",
"title": "string",
"likeNum": 0,
"isLiked": true,
"commentNum": 0,
"collectNum": 0,
"isCollected": true,
"authorId": "string",
"username": "string",
"image": "string",
"createTime": "string"
}
],
"lastVideoId": "string"
}
}