curl --location 'https://cloud.dataeyes.ai/v1/audio/transcriptions' \
--header 'Authorization: {{Authorization}}' \
--form 'model="whisper-1"' \
--form 'file="input.wav"' \
--form 'response_format="json"'{
"text": "我这边现在初步评估下来可能要一天左右 然后就先按这个一天左右来报吧好不好",
"logprobs": null,
"usage": null
}