Authorization: Bearer ********************curl --location --request GET 'https://insight.juzibot.com/openapi/knowledge-base/data-knowledge/table/list?dbId' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"tableId": "string",
"orgId": "string",
"dbId": "string",
"tableDisplayName": "string",
"tableName": "string",
"tableDescription": "string",
"columnCount": 0,
"recordCount": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}