{
"data": {
"property1": "string",
"property2": "string"
},
"update": [
"string"
]
}curl --location '//onChange/' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"property1": "string",
"property2": "string"
},
"update": [
"string"
]
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}