curl --location --request GET 'https://api.test.superdir.cn/www/document/article/list' \
--header 'bizid: 3' \
--header 'language: zh-CN' \
--header 'business-code: 1001'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": 0,
"title": "string",
"category_id": 0,
"content": "string"
}
]
}
}