curl --location --request GET 'https://api-dev.sincetech.com.cn:9443/bpm-uc/api/userRel/v2/' \
--header 'Authorization: Bearer '
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": {
"alias": "string",
"children": [
{}
],
"groupType": "string",
"id": "string",
"isDelete": "string",
"isParent": "string",
"level": "string",
"name": "string",
"parentId": "string",
"path": "string",
"pkVal": "string",
"status": 0,
"typeId": "string",
"value": "string",
"version": 0
}
}