{
"id": 0,
"title": "string",
"description": "string",
"items": [
{
"property1": "string",
"property2": "string"
}
],
"theme": {
"property1": "string",
"property2": "string"
},
"settings": {
"property1": "string",
"property2": "string"
}
}curl --location 'https://www.pushplus.plus/push/api/open/form/save' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"title": "string",
"description": "string",
"items": [
{
"property1": "string",
"property2": "string"
}
],
"theme": {
"property1": "string",
"property2": "string"
},
"settings": {
"property1": "string",
"property2": "string"
}
}'{
"code": 0,
"msg": "string",
"data": null
}