curl --location -g --request POST '/v1/audio/transcriptions' \ --header 'Authorization: ' \ --form 'file=@""' \ --form 'model="whisper-1"'
{}