{ "token": "d90******c20", "secretKey": "qLc******gdk" }
curl --location --request POST 'https://www.pushplus.plus/api/common/openApi/getAccessKey' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "d90******c20", "secretKey": "qLc******gdk" }'
{ "code": 200, "msg": "请求成功", "data": { "accessKey": "d7b******62f", "expiresIn": 7200, "nickName": "用户昵称" } }