Submit a sql statement for execution
API Reference
Submit a sql statement for execution
POST
Submit a sql statement for execution
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
text/sql
Text of query to execute
The body is of type string.
Response
OK