curl --location --request GET 'https://naapsak.berkeugur.com/api/notifications/my'
{
"data": [
{
"id": "6503f1234567890abcdef123",
"userId": "6503f1234567890abcdef456",
"title": "Yeni İşletme Eklendi",
"message": "Yakınınızda yeni bir restoran açıldı!",
"imageUrl": "https://example.com/image.jpg",
"type": "general",
"isRead": false,
"actionUrl": "/businesses/123",
"metadata": {
"businessId": "123"
},
"createdAt": "2024-01-15T10:30:00Z",
"readAt": "2024-01-15T10:30:00Z"
}
],
"meta": {
"total": 25,
"unreadCount": 5,
"page": 1,
"limit": 20,
"totalPages": 2
}
}