There isn't really much to say. Click on the node in your flow and look in the Info tab to see how to set it up. The string in topic will be shown as a title and the string in payload will be shown as the text of the message (have you put a string in the payload?). Then if you are looking at the dashboard in the browser any messages sent to the notification node should appear, being shown for the time specified in the node or as a ok/cancel dialog. The title can be configured in the node or passed in a message.
For example, this works for me
[{"id":"8114f8ee.cb1698","type":"ui_toast","z":"c67d2f27.f71248","position":"top right","displayTime":"3","highlight":"","outputs":0,"ok":"OK","cancel":"","topic":"Notification title","name":"","x":405,"y":399,"wires":[]},{"id":"126a6595.90a892","type":"inject","z":"c67d2f27.f71248","name":"","topic":"","payload":"Hello here is a notification","payloadType":"str","repeat":"6","crontab":"","once":true,"onceDelay":"10","x":211,"y":400,"wires":[["8114f8ee.cb1698"]]}]
Colin