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