{
"groupName": "工程组2"
}
curl --location --request POST '/rest/services//plotting/addProjectGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupName": "工程组2"
}'
{
"result": {
"GROUPID": 1
},
"resultcode": "success",
"time": 275
}