Authorization: Bearer ********************
curl --location --request POST 'https://api.qingyuntop.top/v1/audio/transcriptions' \ --form 'file=@"C:\\Users\\Administrator\\Desktop\\test.m4a"' \ --form 'model="whisper-1"'
{ "text": "12345678910" }