{ "groupId": "", "groupName": "", "order": 0, "tagDetailList": [ { "name": "", "order": 0 } ] }
curl --location --request POST 'https://wechat.xiaoliebian.com/api/demo-wechat-work/open/api/tag/add' \ --header 'Authorization: Bearer 请求凭证' \ --header 'Content-Type: application/json' \ --data-raw '{ "groupId": "", "groupName": "", "order": 0, "tagDetailList": [ { "name": "", "order": 0 } ] }'
{ "success": true, "code": 0, "msg": "", "value": { "groupId": "", "groupName": "", "order": 0, "tagDetailsList": [ { "createBy": "", "id": "", "name": "", "order": 0 } ] }, "traceId": "" }