Authorization: Bearer ********************curl --location --request PUT '/device-event-logs/notification/3927' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Notification marked as read successfully.",
"data": {
"id": "3927",
"user_id": "2400",
"staff_id": "2426",
"business_id": "2290",
"message": "Ade Ola added a product",
"action": "cantant://products/23881",
"staff_role": "PARTNER",
"created_at": "2025-03-11T23:34:15.623+01:00",
"updated_at": "2025-03-12T16:42:19.599+01:00",
"additional_data": "{\"item\":\"Smart Watches\",\"id\":\"23881\"}",
"category": "inventory",
"is_read": true
}
}