curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/tag/create?access_token=' \ --header 'Content-Type: application/json' \ --data '{"tagname":"UI","tagid":12}'
{"errcode":0,"errmsg":"created","tagid":12}