Marks a specific notification as read
cURL
curl --request POST \ --url http://localhost:3000/api/notifications/mark-as-read \ --header 'Content-Type: application/json' \ --data ' { "notificationId": "<string>" } '
{ "success": true }
Notification marked as read successfully
Whether the operation was successful