Send notifications to the desktop.
Request
POST /api/notification
{
"title": "Title",
"message": "Message",
"icon": "icon.png"
}
Response
{
"message": "Notification sent"
}
Send notifications to the desktop.
POST /api/notification
{
"title": "Title",
"message": "Message",
"icon": "icon.png"
}
{
"message": "Notification sent"
}