curl --location --request GET 'http://10.134.49.88:8080/azaz/search/video?keyword=世界&page=1&pageSize=500' \ --header 'token: 2whzjhcv3xyw0tevwuescpx0k582rwgg'
{ "code": 0, "message": "string", "data": { "total": 0, "videoList": [ { "videoId": "string", "coverUrl": "string", "videoUrl": "string", "title": "string", "likes": 0, "isLiked": true, "comments": 0, "collects": 0, "isCollected": true, "authorId": "string", "username": "string", "image": "string", "createTime": "string" } ] } }