Authorization: Bearer ********************
curl --location --request POST 'https://vir.vimsai.com/v1/audio/transcriptions' \
--form 'file=@""' \
--form 'model="whisper-large-v3-turbo"'
{
"text": "Hello, my name is Wolfgang and I come from Germany. Where are you heading today?"
}