post https://api.spaceandtime.dev/v1/sql
Using this endpoint, you can execute any kind of SQL statement. If the validate
flag is specified, the request will be validated against provided authorization inputs and referenced resource configuration. If validation fails for any reason, a 422 Unprocessable Entity will be returned with details about the original request and specifics on missing inputs. If the useEncryption
flag is specified, data in DML statements will automatically be encrypted on the way in and results of queries will automatically be decrypted on the way out. Unlike the Proxy SQL API, this API is executed directly against the SxT Network and requires explicit configuration of authentication and authorization tokens.