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