Authorization: Bearer ********************
curl --location --request POST 'http://prod-cn.your-api-server.com/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?"
}