{
"object_code": "group",
"code": "CH0001",
"name": "策划部",
"parent_id": "1697141423444328448",
"seq": 1,
"description": "市场营销部分管",
"tag": "org"
}
curl --location --request POST 'http://127.0.0.1/v1/tree-nodes' \
--header 'Content-Type: application/json' \
--data-raw '{
"object_code": "group",
"code": "CH0001",
"name": "策划部",
"parent_id": "1697141423444328448",
"seq": 1,
"description": "市场营销部分管",
"tag": "org"
}'
{
"id": "string"
}