Authorization: Bearer ********************{
"voice_id": "0b6f46469ed837b1dcec65a9eae8f87d",
"voice_url": "https://xxx.com/u/1/voice/674bd71a264c.mp3",
"notify_url": "https://s.xxxx.com/notify/open"
}curl --location --request POST '/v1/digitalhuman/voice/train' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"voice_id": "0b6f46469ed837b1dcec65a9eae8f87d",
"voice_url": "https://xxx.com/u/1/voice/674bd71a264c.mp3",
"notify_url": "https://s.xxxx.com/notify/open"
}'{"code":0,"message":"操作成功","data":{"task_id":"fdc98442399d7dc015d85da78eacbef0"}}