curl --request POST \
--url https://app.delphihq.com/api/delphi/search-entities \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <api-key>' \
--data '{
"question": "<string>",
"type": "cube",
"defaultEntities": [
{
"name": "<string>"
}
]
}'