{
"content": "content = content + 123",
"preName": "test",
"preCode": "test",
"contentType": 1
}
curl --location --request POST 'https://www.pushplus.plus/api/open/pre/add' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "content = content + 123",
"preName": "test",
"preCode": "test",
"contentType": 1
}'
{
"code": 200,
"msg": "请求成功",
"data": 1
}