curl --location 'https://www.pushplus.plus/push/api/open/form/publishDiff?id=' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": {
"dirty": true,
"breaking": true,
"responseCount": 0,
"added": [
"string"
],
"removed": [
"string"
],
"typeChanged": [
"string"
],
"optionChanged": [
"string"
]
}
}