[
{
"initiatorId": 67890,
"initiatorName": "janedoe",
"notifType": "Like",
"initiatorProfileImageUrl": "https://media.example.com/profiles/janedoe.jpg",
"CreatedAt": "2026-03-04T15:30:00Z",
"CommentText": null,
"likedPostID": null
},
{
"initiatorId": 11111,
"initiatorName": "bobsmith",
"notifType": "Follow",
"initiatorProfileImageUrl": "https://defaults.com/default.png",
"CreatedAt": "2026-03-04T14:20:00Z",
"CommentText": null,
"likedPostID": null
},
{
"initiatorId": 22222,
"initiatorName": "alice_wonder",
"notifType": "Comment",
"initiatorProfileImageUrl": "https://media.example.com/profiles/alice.jpg",
"CreatedAt": "2026-03-04T12:10:00Z",
"CommentText": null,
"likedPostID": null
}
]