cURL
curl --request PATCH \ --url https://serengo.zias.be/api/notifications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "notificationIds": [ "<string>" ], "markAll": true } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Notifications marked as read