Authorization: Bearer ********************
curl --location -g --request GET 'https://insight.juzibot.com/openapi/knowledge-base/get?knowledgeBaseId={{knowledgeBaseId}}' \
--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,
"createdAt": "string",
"updatedAt": "string"
}
}