Working with the API
Insert Data
You can insert new data using the POST method
To create a row post a JSON object whose keys are the names of the columns you would like to create. Missing properties will be set to default values when applicable.
No response body will be returned by default but you can add a select
query parameter to select the columns that should be returned: