{
"body": {
"id": "d57a24fc-db3d-40ad-a1e4-8636b8bcaea1",
"name": "leon",
"phoneNumber": "14665402737",
"email": "k5qscp20@qq.com",
"language": "ex sunt sint incididunt",
"extendMap": {
"field1": "asdfgghh",
"field2": 123
}
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/butler/visitor/update' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"id": "d57a24fc-db3d-40ad-a1e4-8636b8bcaea1",
"name": "leon",
"phoneNumber": "14665402737",
"email": "k5qscp20@qq.com",
"language": "ex sunt sint incididunt",
"extendMap": {
"field1": "asdfgghh",
"field2": 123
}
}
}'{
"code": 200,
"message": ""
}