curl --location --request GET 'http://big-event-api-t.itheima.net/my/article/5961' \
--header 'Authorization: {{LayuiBigEvent_ACCESS_TOKEN}}'
{
"status": 0,
"message": "获取文章成功!",
"data": {
"Id": 5961,
"title": "新的文章啊",
"content": "我是一个新的文章的内容啊",
"cover_img": "/uploads/upload_4927f3b2342906e3e6433b90f109b85a",
"pub_date": "2022-07-10 14:53:52.604",
"state": "已发布",
"is_delete": 1,
"cate_id": 40284,
"author_id": 4628
}
}