Create data table
Creates a data table in a folder you specify.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the data table to create.
folder_id
ID of the folder where the data table will be created.
schema
Array defining the structure of the data table.
Response
Successfully created the data table.
data
The created data table resource.