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