{
"preId": 0,
"beforeId": 0,
"type": 1,
"unionId": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/user/updateVoiceGroupWeight' \
--header 'Content-Type: application/json' \
--data-raw '{
"preId": 0,
"beforeId": 0,
"type": 1,
"unionId": "string"
}'
{
"code": 0,
"msg": "",
"data": ""
}