curl --location --request POST '/v1/audio/translations' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--form 'file=@""' \
--form 'model=""'
{
"text": "Hello, my name is Wolfgang and I come from Germany. Where are you heading today?"
}