curl --location --request GET 'https://tmdemo.tmse.com.cn/admin/setting/dbMysql/detail?table_name' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjaGFubmVsIjoiMSIsImlzcyI6InRtZGVtby50bXNlLmNvbS5jbiIsImF1ZCI6InRtZGVtby50bXNlLmNvbS5jbiIsImlhdCI6MTcyMzQ2NjMyNCwibmJmIjoxNzIzNDY2MzI0LCJleHAiOjE3MjM1MjAzMjQsImp0aSI6eyJpZCI6MSwidHlwZSI6ImFkbWluIiwiZXhwIjo1NDAwMH19.0ToDqLzkzWUDrigx4qV3uF9lV6RPHck8DjJ-OUDG2xs'{
"code": 0,
"msg": "string",
"data": [
{
"column_key": "string",
"column_name": "string",
"data_type": "string",
"column_comment": "string",
"extra": "string",
"column_type": "string",
"is_nullable": "string"
}
]
}