{
"id": "",
"projectId": "1812765246131474432",
"name": "test分组",
"type": "category",
"linkUrl": "",
"apiList": [],
"icon": "",
"sn": 1,
"parentId": "0",
"path": "0"
}
curl --location --request POST '/ab-bpm/lcProject/resource/save' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "",
"projectId": "1812765246131474432",
"name": "test分组",
"type": "category",
"linkUrl": "",
"apiList": [],
"icon": "",
"sn": 1,
"parentId": "0",
"path": "0"
}'
{}