curl --location --request POST 'https://naapsak.berkeugur.com/api/notifications' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Yeni İşletme Eklendi",
"message": "Yakınınızda yeni bir restoran açıldı!",
"imageUrl": "https://example.com/notification-image.jpg",
"type": "general",
"actionUrl": "/businesses/123",
"metadata": {
"businessId": "123",
"reviewId": "456"
},
"userIds": [
"6503f1234567890abcdef123",
"6503f1234567890abcdef456"
]
}'
{
"success": true,
"notificationIds": [
"string"
],
"oneSignalId": "os-abc123-def456",
"recipients": 150
}