{
"groupId": 1,
"projectName": "工程2"
}
curl --location --request POST '/rest/services//plotting/addProject' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 1,
"projectName": "工程2"
}'
{
"result": {
"ProjectId": 1
},
"resultcode": "success",
"time": 327
}