{
"tagName": "VIP客户",
"tagColor": "#FF5722",
"tagDescription": "高价值客户"
}curl --location --request POST 'http://10.168.1.163:48080/open-api/v1/customers//tags?merchantId&customerId=1024' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagName": "VIP客户",
"tagColor": "#FF5722",
"tagDescription": "高价值客户"
}'{
"code": 0,
"msg": "",
"data": false
}