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