curl --location --request PATCH 'https://naapsak.berkeugur.com/api/notifications/my//read'
{
"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"
}