curl --location --request GET 'v2/articles/getArticleViewsList' \ --header 'uname: zhangsan' \ --header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJ6aGFuZ3NhbiJ9.oPWTKeXbSmteqbLr17jGuldDOnmUJ94YycX9vFLNjoo'
{ "code": 0, "msg": "string", "data": [ null ], "count": null }