tag_id,integer,false,,客户标签ID,编辑时必填
tag_name,string,true,,客户标签名称,必填
tag_color,string,false,#188ae8,客户标签颜色,非必填,例子#188ae8
curl --location --request POST 'https://api-sandbox.xiaoman.cn/v1/company/pushTag' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw 'tag_id,integer,false,,客户标签ID,编辑时必填
tag_name,string,true,,客户标签名称,必填
tag_color,string,false,#188ae8,客户标签颜色,非必填,例子#188ae8'{
"code": 0,
"msg": "success",
"now": "2022-04-11 16:33:40",
"data": {
"tag_id": "3137319521"
}
}