curl --location --request POST 'https://www.pushplus.plus/push/api/open/form/publish?id=' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"formCode": "string",
"fillUrl": "string",
"title": "string",
"status": 0,
"previousStatus": 0,
"publishDirty": true,
"publishTime": "2019-08-24T14:15:22.123Z"
}
}