curl --location --request POST 'https://api.omnapi.com/api/v1/tasks' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt/gpt-3.5-turbo/chat",
"inputParameters": {},
"priority": 1,
"webhookUrl": "http://example.com",
"tags": [
"string"
],
"metadata": {}
}'{
"taskId": "string",
"status": "PENDING",
"creditsReserved": 0,
"estimatedCompletionTime": null
}