{
"projectName": "工程名称",
"groupName": "目标工程组名称"
}
curl --location --request POST '/rest/services//plotting/changeProjectGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectName": "工程名称",
"groupName": "目标工程组名称"
}'
{
"result": true,
"resultcode": "success",
"time": 466
}