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