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