curl --request GET \
--url https://api.example.com/api/notifications/{
"count": 25,
"next": "https://mifumosms.mifumolabs.com/api/notifications/?page=2",
"previous": null,
"results": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "SMS Sent Successfully",
"message": "Your SMS to +255614853618 was delivered",
"type": "success",
"is_read": false,
"created_at": "2025-11-27T10:30:00Z"
}
]
}
curl --request GET \
--url https://api.example.com/api/notifications/{
"count": 25,
"next": "https://mifumosms.mifumolabs.com/api/notifications/?page=2",
"previous": null,
"results": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "SMS Sent Successfully",
"message": "Your SMS to +255614853618 was delivered",
"type": "success",
"is_read": false,
"created_at": "2025-11-27T10:30:00Z"
}
]
}
{
"count": 25,
"next": "https://mifumosms.mifumolabs.com/api/notifications/?page=2",
"previous": null,
"results": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "SMS Sent Successfully",
"message": "Your SMS to +255614853618 was delivered",
"type": "success",
"is_read": false,
"created_at": "2025-11-27T10:30:00Z"
}
]
}