curl --location '/notifications?severity=info&isRead=true' \
--header 'Authorization: Bearer JWT' \
--header 'X-User-Id: <user id> - number, required'{
"notificationId": "35a5d0e7-934f-4d50-9f4d-8c370ca72111",
"header": "System notification",
"message": "System will be updated toninght",
"isRead": true,
"created": "2018-05-15T13:00:00+02:00",
"url": "https://incomaker.com",
"severity": "warn",
"channels": [
{}
]
}