curl --location --request GET 'https://www.pushplus.plus/api/open/clawBot/getMsg' \
--header 'access-key: d7b******62f'{
"code": 200,
"msg": "执行成功",
"data": [
{
"type": 1,
"text": "文字消息"
},
{
"type": 3,
"text": "语音消息"
}
]
}