{
"pageNum": 0,
"pageSize": 0,
"keyword": "string",
"status": 0
}curl --location 'https://www.pushplus.plus/push/api/open/form/list' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data '{
"pageNum": 0,
"pageSize": 0,
"keyword": "string",
"status": 0
}'{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"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"
}
],
"total": 0,
"pageNum": 0,
"pageSize": 0
}
}