{
"body": {
"id": "d57a24fc-db3d-40ad-a1e4-8636b8bcaea1",
"name": "leon",
"phoneNumber": "14665402737",
"email": "k5qscp20@qq.com",
"language": "ex sunt sint incididunt",
"customFields": {
"field1": "asdfgghh",
"field2": 123
}
}
}
curl --location --request POST 'https://newsit.frp.newcoretech.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",
"customFields": {
"field1": "asdfgghh",
"field2": 123
}
}
}'
{
"code": 0,
"message": "string"
}