curl -i -X POST \
https://api-cm.np6.com/notifications \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '{
"type": "push-app",
"id": 0,
"name": "string",
"description": "string",
"stamp": {
"creation": "2019-08-24T14:15:22Z",
"modification": "2019-08-24T14:15:22Z"
},
"active": true,
"settings": {
"urgent": true,
"purpose": {
"type": "string"
},
"expiration": {
"type": "string"
},
"mp": {}
},
"application": "2b22d485-f04e-492b-b364-e14f8506726a",
"task": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"scheduler": {
"type": "string"
}
},
"versions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"master": true,
"label": "string",
"stamp": {
"creation": "2019-08-24T14:15:22Z",
"modification": "2019-08-24T14:15:22Z"
},
"scripting": {
"version": "string"
},
"content": {
"type": "string"
},
"redirection": {
"type": "string"
},
"channel": {
"type": "string"
}
}
]
}'