Authorization: Bearer ********************
curl --location --request POST '/audio/transcriptions' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""' \ --form 'model="whisper-1"'