cURL
curl --request PATCH \ --url https://api.replyke.com/api/v6/:projectId/app-notifications/:notificationId/mark-as-read
Mark a specific app notification as read for the authenticated user
Notification Not Found - 404 Not Found
{ "error": "Notification not found", "code": "app-notification/not-found" }
Server Error - 500 Internal Server Error
{ "error": "Internal server error.", "code": "app-notification/server-error", "details": "<Error message>" }