curl --location '/api/v1/knowledge/documents?id=undefined&category=undefined&page_index=undefined&page_size=undefined'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": 0,
"title": "string",
"content": "string",
"category": "string",
"source": "string",
"chunk_index": 0,
"chunk_total": 0,
"vector_id": "string",
"enabled": true,
"created_at": 0,
"updated_at": 0
}
],
"total": 0
}
}