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