Authorizations
API key authentication. Format - "Bearer YOUR_API_KEY"
Body
application/json
Table name to insert into
Example:
"users"
Data to insert
Example:
{
"name": "John Doe",
"email": "john@worqhat.com"
}Environment to insert into (development, staging, production)
Available options:
development, staging, production Example:
"production"

