Authorization: Bearer ********************
[
1,
2
]
curl --location --request POST '/article/export' \
--header 'Content-Type: application/json' \
--data-raw '[
1,
2
]'
{
"code": 0,
"message": "OK",
"data": [
"public/markdown/测试文章.md",
"public/markdown/项目运行成功.md"
]
}