{
"typeId": 1,
"groupName": "二组"
}
curl --location --request POST 'http://192.168.0.22/nexgen/approve/team/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeId": 1,
"groupName": "二组"
}'
{
"msg": "",
"code": 200,
"data": null
}