Accept: text/event-stream 可获取实时状态更新{
"clone_model": 3,
"audio_file_id": "string"
}curl --location --request POST '/v1/task/create/voice_clone' \
--header 'Content-Type: application/json' \
--data-raw '{
"clone_model": 3,
"audio_file_id": "string"
}'{
"code": 10000,
"data": {},
"message": "success"
}