{
"updates": [
{
"externalUserId": "wmPBvlDQAAAtqjxUNvuEL5CRio1NWNXA",
"qwUserId": "LiuFuLai",
"updates": [
{
"id": 680,
"value": [
"15811111122"
]
},
{
"id": 681,
"value": [
"虎鲸接口qw"
]
},
{
"id": 683,
"value": [
"刘工🐶"
]
},
{
"id": 698,
"value": [
"开发呀"
]
}
]
}
]
}
curl --location --request POST '/api/v2/customer/qw-updates' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"updates": [
{
"externalUserId": "wmPBvlDQAAAtqjxUNvuEL5CRio1NWNXA",
"qwUserId": "LiuFuLai",
"updates": [
{
"id": 680,
"value": [
"15811111122"
]
},
{
"id": 681,
"value": [
"虎鲸接口qw"
]
},
{
"id": 683,
"value": [
"刘工🐶"
]
},
{
"id": 698,
"value": [
"开发呀"
]
}
]
}
]
}'
{
"code": 0,
"message": "success",
"data": [
{
"code": 0,
"message": "success",
"qwUserId": "LiuFuLai",
"externalUserId": "wmPBvlDQAAAtqjxUNvuEL5CRio1NWNXA"
}
]
}