curl --location --request GET 'https://api.youlai.tech/api/v1/codegen/table/page?pageNum=1&pageSize=10' \
--header 'Authorization: '{
"code": "string",
"data": {
"list": [
{
"tableName": "sys_user",
"tableComment": "用户表",
"tableCollation": "utf8mb4_general_ci",
"engine": "InnoDB",
"charset": "utf8mb4",
"createTime": "2023-08-08 08:08:08",
"isConfigured": 0
}
],
"total": 0
},
"msg": "string"
}