createTable
Initiates the creation of a new table based on the provided schema, excluding system-managed fields like IDs and timestamps.
POST
Body
application/json
Schema defining the structure of the new table
The body is of type object
.
Response
200
application/json
The created table object.
The response is of type object
.