{
"id": 0,
"unionId": "string",
"groupId": 0,
"value": 0,
"createDate": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/user/deleteVoiceGroupDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"unionId": "string",
"groupId": 0,
"value": 0,
"createDate": "string"
}'
{
"code": 0,
"msg": "",
"data": ""
}