Authorization: Bearer ********************
curl --location '/v1/audio/transcriptions' \ --header 'Authorization: Bearer <token>' \ --form 'file=@"C:\\Users\\Administrator\\Desktop\\test.m4a"' \ --form 'model="whisper-1"'
{ "text": "12345678910" }