Table
Insert data into a table
POST
Headers
Body
application/json
Table Name
Example:
"users"
Example:
{
"email": "[email protected]",
"username": "testuser"
}
Table Name
"users"
{
"email": "[email protected]",
"username": "testuser"
}