notification_id200 - returns { success, message } only (no data).401 - invalid token | 404 - notification not found for this user | 422 - missing notification_idAuthorization: Bearer ********************{
"notification_id": "Notif-83421"
}curl --location --request PUT 'https://uat-api.hastaai.in/api/v1/notifications/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"notification_id": "Notif-83421"
}'{
"success": true,
"message": "Notification marked as read"
}