{
"title": "string"
}curl --location 'https://www.pushplus.plus/push/api/open/excel/create' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data '{
"title": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"docCode": "string",
"shareUrl": "string",
"title": "string",
"sharePerm": 0,
"shareLogin": 0,
"perm": 0,
"published": true,
"publishDirty": true,
"publishTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}
}