curl --request POST \
--url https://geekai.co/api/v1/audio/transcriptions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form model=whisper-1 \
--form file='@example-file' \
--form 'prompt=<string>' \
--form 'language=<string>' \
--form response_format=text \
--form stream=true \
--form temperature=0 \
--form retries=0