curl -i -X POST \
'https://api-cm.np6.com/notifications/{id}/render' \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '{
"receiver": {
"id": "string",
"unicity": "string",
"hash": "string",
"creation": "2019-08-24T14:15:22Z",
"update": "2019-08-24T14:15:22Z",
"fields": {}
},
"related": {
"id": "string",
"unicity": "string",
"hash": "string",
"creation": "2019-08-24T14:15:22Z",
"update": "2019-08-24T14:15:22Z",
"fields": {}
},
"stamp": {
"time": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"thread": "4e557e2e-a322-4083-8cda-d0357ed0cb0c",
"set": "6218c222-bd9f-4d43-9cbb-d1adfe7e63bd"
},
"context": {
"data": {},
"variables": [
{}
],
"display": 0
},
"title": "string",
"body": "string",
"icon": "string",
"thumbnail": "string",
"image": "string",
"redirection": {
"type": "string"
},
"channel": {
"type": "string"
}
}'