Authorization: Bearer ********************
curl --location --request POST 'http://jeniya.top/v1/audio/translations' \
--form 'file=@"C:\\Users\\Administrator\\Desktop\\test.m4a"' \
--form 'model="gpt-4o-transcribe"'
{
"text": "Hello, my name is Wolfgang and I come from Germany. Where are you heading today?"
}