curl --location --request GET 'https://www.pushplus.plus/api/open/webhook/detail?webhookId=1' \
--header 'access-key: d7b******62f'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 1,
"webhookName": "推送加",
"webhookCode": "pushplus",
"webhookUrl": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=63******8f",
"webhookType": 1,
"createTime": "2021-12-23 09:00:56"
}
}