{
"clone_id": 28
}
curl --location --request POST 'https://api.mindcraft.com.cn/v1/audio/voice/clone/save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"clone_id": 28
}'
{
"message": "激活成功",
"status": 200,
"data": {
"clone_id": 27,
"voice_id": "MCV-58-990b2d6006704ebd817ecaa8a002dabb",
"voice_name": "小智",
"voice_brand": "MiniMax"
}
}