cURL
curl --request POST \ --url http://localhost:3001/api/v1/slack/notify \ --cookie nut-session=
{ "success": true, "data": {}, "message": "Test notification sent successfully" }
Sends a generic test notification to the configured Slack channel
Session cookie authentication
Notification sent
"Test notification sent successfully"