curl -H "xc-token: <token>" https://app.nocodb.com/api/v2/meta/bases/base_id/swagger.json
I use this command to retrieve openapi.json for nocodb_openapi_meta, can we use this api to create tables on nocodb? The META APIS says that there is a function to create tables but I can’t find it in the autogenerated crate, or the openapi.json file.