Authorization: Bearer ********************curl --location --request GET 'https://insight.juzibot.com/openapi/knowledge-base/data-knowledge/table/schema?dbId&tableName' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"tableId": "string",
"dbId": "string",
"tableName": "string",
"tableDisplayName": "string",
"tableDescription": "string",
"columns": [
{
"columnDefinitionId": "string",
"columnName": "string",
"columnDisplayName": "string",
"columnDescription": "string",
"columnType": "text",
"columnIsNullable": true,
"columnDefaultValue": null,
"columnOrder": 0,
"isDefault": true
}
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}