{
"projectId": 1,
"groupLayerName": "LayerTest",
"parentName": "图元层",
"parentId": 0
}
curl --location --request POST '/rest/services//plotting/addGroupLayer' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 1,
"groupLayerName": "LayerTest",
"parentName": "图元层",
"parentId": 0
}'
{
"result": {
"GroupLayerId": 1
},
"resultcode": "success",
"time": 1023
}