curl --location -g --request POST 'https://dev.worktile.com/api/scim/groups?access_token={access_token}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"displayName": "新建部门测试",
"description": "The group for plan, design and implement",
"shortCode": "PY002",
"parent": "61baf80fd3cc862d169d7517",
"members": [{
"value": "28a8aaa33f8947578d1bc6933953b552"
}]
}'
{}