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