curl --location --request GET 'https://www.pushplus.plus/api/open/pre/detail?preId=1' \
--header 'access-key: d7b******62f'{
"code": 200,
"msg": "请求成功",
"data": {
"id": 11,
"preName": "test",
"preCode": "test",
"contentType": 1,
"content": "content = content + 123",
}
}