Authorization: Bearer ********************curl --location 'https://zhuanqicloud.com/v1/audio/transcriptions' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'model="MODEL_ID"' \
--form 'language=""' \
--form 'prompt=""' \
--form 'response_format="json"' \
--form 'temperature=""'{
"text": "识别后的文本内容"
}