X-Access-Token: ********************
{
"encrypted_data": "string",
"iv": "string",
"from_user_id": 0,
"eid": 0,
"voiceName": "string",
"free": 0,
"page": 0,
"size": 0,
"value": 0,
"openId": "string",
"isVoiceGroup": 0
}
curl --location --request POST 'http://127.0.0.1:8080/app/searchVoiceListByNameApp' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"encrypted_data": "string",
"iv": "string",
"from_user_id": 0,
"eid": 0,
"voiceName": "string",
"free": 0,
"page": 0,
"size": 0,
"value": 0,
"openId": "string",
"isVoiceGroup": 0
}'
{
"SUCCESS": {
"SUCCESS": {
"SUCCESS": {},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": {}
}