curl --location 'https://api.shuyanai.com/v1/audio/transcriptions' \
--header 'Authorization: Bearer <您的真实API_KEY>' \
--form 'file=@""' \
--form 'model=""' \
--form 'language="zh"' \
--form 'prompt="这是一段音频"' \
--form 'response_format="json"' \
--form 'temperature=""'{
"text": "你好"
}