"unionList": [
{
"unionid": "string",
"fieldId": "xxx",
"fieldValue": [
"string"
]
}
]
curl --location --request POST '/api/v3/updateCustomerTag' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '"unionList": [
{
"unionid": "string",
"fieldId": "xxx",
"fieldValue": [
"string"
]
}
]'
{
"code": 0,
"message": "success"
}