curl --location --request POST 'http://big-event-vue-api-t.itheima.net/my/article/add' \
--header 'Authorization: {{Vue2_BigEvent_ACCESS_TOKEN}}' \
--form 'title="文章标题"' \
--form 'cate_id="1284"' \
--form 'content="示例内容"' \
--form 'cover_img=@"C:\\Users\\lenovo\\Pictures\\Saved Pictures\\Snipaste_2022-05-26_10-04-36.png"' \
--form 'state="已发布"'{
"code": 0,
"message": "发布文章成功!"
}