Authorization: ********************{
"content": "这是文章的正文内容...",
"copyright": true,
"cover": "https://cdn.example.com/cover.jpg",
"partitionId": 1,
"tags": "技术,Go,后端",
"title": "我的第一篇文章"
}curl --location '/api/v1/article/uploadArticleInfo' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"content": "这是文章的正文内容...",
"copyright": true,
"cover": "https://cdn.example.com/cover.jpg",
"partitionId": 1,
"tags": "技术,Go,后端",
"title": "我的第一篇文章"
}'{
"code": 0,
"data": null,
"msg": "string"
}