Authorization: Bearer ********************curl --location --request POST '/admin/notifications/send-push?published=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "🎁 A surprise update awaits!",
"body": "Tap to discover what'\''s new",
"email": "emmanuel@mycantant.com",
"device": "Android",
"version": "4.5.5",
"link": "https://play.google.com/store/apps/details?id=com.cantantmobile&hl=en&gl=US",
"image": "https://imageurl"
}'{
"success": true,
"message": "Notification saved successfully",
"data": {
"user_id": null,
"title": "Hello World",
"body": "This is a normal notification",
"category": "tip",
"published_at": "2023-10-04T22:00:08+0000",
"is_silent": false,
"is_published": false,
"created_at": "2023-10-04T21:40:19.189+01:00",
"updated_at": "2023-10-04T21:40:19.189+01:00",
"id": "5"
}
}