curl --location --request POST 'https://api.flashcat.cloud/api/n9e-plus/db-desc-table' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjVhZTliYjliLWM4MGMtNDdjNy1iMmYxLTVlODNlMzk3MTQ4YiIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTcyNDM4MDU4OCwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9.JE5k2aY9YXYC7oUQ59K8UwzpkJBJvt53WI9arZKOqic' \
--header 'X-Language: zh_CN' \
--header 'X-User-Token: <api-key>' \
--header 'Cookie: Goland-d1b8a466=488855f3-c676-4947-9c9e-ee2caf3d4f9b' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"cate":"ck","datasource_id":4,"query":[{"database":"default","table":"student"}]}'
{"dat":[{"field":"name","type":"Nullable(String)","indexable":false},{"field":"age","type":"Nullable(Int32)","indexable":false}],"err":""}