curl --location '/openapi/figure/voiceList' \
--header 'appId: 6792744113' \
--header 'timestamp: 1732846556' \
--header 'sign: 383d64c514fd2da0ce353348c4bf9d73f9c74ba7545e94ddd166bb05f6bcdc7d' \
--header 'user-agent: vscode-restclient'{
"code": 1,
"msg": "操作成功",
"data": [
{
"voice_id": 11,
"voice_name": "测试男声",
"sex": "男",
"clone_status": 2,
"create_time": "2024-11-29 12:00:24"
},
{
"voice_id": 12,
"voice_name": "测试男声",
"sex": "男",
"clone_status": 2,
"create_time": "2024-11-29 12:03:01"
}
]
}