curl --location --request GET 'https://api.openai.com/v1/audio/transcriptions' \ --form 'file=@""' \ --form 'model=""'
{ "text": "string" }