拥有此API的权限集 |
---|
用户管理-标签操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.user.tag.create_modify_tag/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xxxxxxxx",
"tag_id": "",
"tag_name": "xi5123",
"tag_type": "1"
}'
{
"code": 0,
"msg": "标签 新增成功",
"data": null
}