{
"title": "我是文章标题",
"content": "<p><strong>我是文章内容</strong></p>",
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/Fvacd_cr7n-wccSSJYpFpaJUM-7S"
]
},
"channel_id": 4
}curl --location --request POST 'http://api-toutiao-web.itheima.net/mp/v1_0/articles' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "我是文章标题",
"content": "<p><strong>我是文章内容</strong></p>",
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/Fvacd_cr7n-wccSSJYpFpaJUM-7S"
]
},
"channel_id": 4
}'{
"message": "OK",
"data": {
"id": 1552960271826288600
}
}