Creates the table in the database using the BaseTableObjects object provided in the request body, the table_name, and schema.
Note: When adding Column objects to the list of columns, there is no need to specify the id since the id just refers to the ordinal position of the column. Additionally if the table is created with an empty body, an empty table will be created. If no table_name is specified, the table will be created with a random uuid string.
A Table Pydantic object.
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type object
.