cURL
curl --request POST \ --url https://localhost:5000/notifications/{id}/read \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Notification marked as read" }
Mark a specific notification as read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Notification ID
Notification marked as read
true
"Notification marked as read"