curl --request POST \
--url https://app.delphihq.com/api/delphi/validated-query \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <api-key>' \
--data '{
"question": "<string>",
"type": "cube",
"query": {},
"validatedBy": "<string>",
"askedBy": "<string>"
}'