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