{
"id": [1]
}curl --location --request POST '/adminapi/user.userGroup/del' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": [1]
}'{
"code": 0,
"show": 0,
"msg": "string",
"data": [
null
]
}