{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"unionId": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/admin/getUserCloneVoice' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"unionId": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"page": {
"current_page": 0,
"total_size": 0,
"page_size": 0
},
"list": [
{
"id": 0,
"unionId": "",
"value": 0,
"speakId": "",
"type": 0,
"audiosUrl": "",
"content": "",
"introduce": "",
"speakName": "",
"speakImgUrl": "",
"createDate": "",
"updateDate": "",
"status": 0,
"channel": 0,
"version": 0,
"cloneVoiceBuyId": 0
}
]
}
}