curl --request POST \
--url https://api.hypermodel.ai/api/v1/query \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '
{
"query": "<string>",
"schema": {},
"destination": {
"type": "<string>",
"config": {}
},
"columns": [
{}
],
"async": true,
"accuracyMode": "<string>"
}
'