Query cube
curl --request POST \ --url https://app.delphihq.com/api/query/cube \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --header 'X-CLIENT-ID: <api-key>' \ --data '{ "query": {} }'
{ "status": "ok", "result": [ {} ] }
ok