/notifications
Description
Request Body
{
"data": {
"to": "[email protected]",
"title": "Monthly goal",
"message": "We have achieved the monthly sales goal"
}
}Response
Last updated
{
"data": {
"to": "[email protected]",
"title": "Monthly goal",
"message": "We have achieved the monthly sales goal"
}
}Last updated
{
"operation": "SND",
"status": "OK",
"message": "Notification sended successfully",
"description": "Notification sended successfully"
}