Authorization: Bearer ********************{
"dataSource": "BASE",
"tableNames": [
"string"
]
}curl --location 'http://10.12.186.133:30924/hub/mcp/getTableFieldDescriptions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"dataSource": "BASE",
"tableNames": [
"string"
]
}'{
"code": 0,
"msg": "string",
"data": {
"key": {}
},
"ok": true
}