curl --location --request GET 'http://big-event-vue-api-t.itheima.net/my/article/list?pagenum=1&pagesize=2' \ --header 'Authorization: {{Vue2_BigEvent_ACCESS_TOKEN}}'
{ "code": 0, "message": "获取文章列表成功!", "total": 1, "data": [ { "id": 1562, "title": "我是一个文章的标题示例", "pub_date": "Tue Jun 07 2022 07:53:46 GMT+0800 (Coordinated Universal Time)", "state": "已发布", "cate_name": "123" } ] }