{"name":"新建编辑2","isPrivate":"0","sortNum":"9"}
curl --location --request POST '/api/hrm/restful/saveChannel' \
--header 'Content-Type: application/json' \
--data-raw '{"name":"新建编辑2","isPrivate":"0","sortNum":"9"}'
{
"code": 200,
"msg": "接口返回成功",
"status": true,
"data": {
"isChat": 0,
"tenantKey": "tnk78sz5gt",
"isPrivate": "0",
"deleted": false,
"userCount": 0,
"createTime": "2024-04-15",
"permanent": false,
"name": "新建编辑2",
"closed": 0,
"sortNum": 9,
"id": "987607148399845376"
},
"fail": false
}