curl --location --request GET 'https://www.pushplus.plus/api/open/user/sendCount' \
--header 'access-key: d7b******62f'
{
"code": 200,
"msg": "请求成功",
"data": {
"wechatSendCount": 283,
"cpSendCount": 0,
"webhookSendCount": 19,
"mailSendCount": 0
}
}