curl --location --request GET 'http://10.134.49.88:8080/azaz/video/getPublishedVideos?currentPage=0&userId=30' \ --header 'token: utvedogfgis8pm96duqgv9p8tx0b5zvw'
{ "code": 0, "message": "string", "data": { "videoList": [ { "videoId": "string", "authorId": "string", "coverUrl": "string", "videoUrl": "string", "title": "string" } ], "total": 0 } }