{
"dataSourceConfigId": 1,
"tableNames": [
1,
2,
3
]
}curl --location --request POST '/admin-api/infra/codegen/create-list' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSourceConfigId": 1,
"tableNames": [
1,
2,
3
]
}'{
"code": 0,
"data": [
0
],
"msg": "string"
}