Authorization: Bearer ********************curl --location --request GET 'https://insight.juzibot.com/openapi/knowledge-base/data-knowledge/db/list' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"dbId": "string",
"orgId": "string",
"dbName": "string",
"dbDescription": "string",
"pinned": true,
"tableCount": 0,
"recordCount": 0,
"createdBy": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}