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