This document is generated by Aladia.
curl --location --request GET 'https://api.aladia.io/v2/notifications//senders?limit=50&next=&prev=' \
--header 'apikey: '
{
"data": [
{
"id": "66cf931b6e77df256dd5a296",
"type": "profile",
"fullName": "Daniel Mohammed",
"image": null,
"isFollowing": null,
"mutualFollow": true,
"isOnline": true,
"createdAt": "2024-10-04T11:55:53.751Z"
}
],
"cursor": {
"next": "null",
"prev": "null",
"totalItems": 1
}
}