INSERTINTONOTIFICATIONS(id,created_on,notification_type,title,body,is_new)VALUES(1,'2026-01-03T14:13:12+00:00','NewDeviceFound','Unread new device found','Body unread new device found',1);
INSERTINTONOTIFICATIONS(id,created_on,notification_type,title,body,is_new)VALUES(2,'2026-01-04T08:10:13+00:00','NewDeviceFound','Read new device found','Body read new device found',0);
INSERTINTONOTIFICATIONS(id,created_on,notification_type,title,body,is_new)VALUES(3,'2026-01-05T17:20:01+00:00','DeviceOnlineAfterTime','Unread device online after time','Body unread device online after time',1);
INSERTINTONOTIFICATIONS(id,created_on,notification_type,title,body,is_new)VALUES(4,'2026-01-06T02:11:12+00:00','DeviceOnlineAfterTime','Read device online after time','Body read device online after time',0);