notifications
Send test notification
Send a test push notification to all your registered devices. Simple endpoint for testing FCM integration.
post/api/notifications/test
Request body
Example request
{
"body": "This is a test notification from the API",
"title": "Test Notification"
}Response
Successful Response
Example response
{
"failure_count": 0,
"message": "Notifica di test inviata",
"success_count": 2,
"total_devices": 2
}