cURL
curl --request POST \ --url https://api.example.com/query \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>" } '
{ "message": "<string>" }
SQL query to run against the storage
Query results
Was this page helpful?