Authorization: Bearer ********************
curl --location --request GET 'https://insight.juzibot.com/openapi/knowledge-base/list?page=1&pageSize=10' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": [
{
"knowledgeBaseId": "string",
"name": "string",
"embeddingModelPlatform": "string",
"embeddingModelType": "string",
"createBy": "string",
"qaCount": 0,
"fileCount": 0,
"webCount": 0,
"videoCount": 0
}
],
"page": {
"total": 0,
"page": 0
}
}