Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/hub/proxy/searchTables?dataSource=undefined&keyword=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"dataSource": "string",
"tableName": "string",
"tableDesc": "string"
}
]
}