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