post https://api.sort.xyz/v1/queries/run
Submit a SQL query for Sort to execute.
The desired chain (ethereum, goerli, polygon) must be specified as the
schema in your query, for example: select * from ethereum.transaction
.
The response includes the unique id of the generated query.
Created queries can be executed again later using /v1/queries/{id}/run
.