curl --request POST \
--url https://api.datalinks.com/api/v1/query/autorag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data @- <<EOF
{
"username": "<string>",
"namespace": "<string>",
"query": "What do llamas drink to cool themselves down?",
"helperPrompt": "You're a prophet of the alpacalypse. Your task is to spit the word!",
"model": "<string>",
"provider": "<string>"
}
EOF