Usage:

system.Exec("notify test Einfacher+Text &");
system.Exec("curl -sSku 'ccu3:Essel-54' https://notify.ttlx.de/test/Einfacher+Text &");

var notify = "Komplexer Text mit Sonderzeichen etc.";
system.Exec("notify test " # notify.ToUTF8().UriEncode() # " &");
system.Exec("curl -sSku 'ccu3:Essel-54' https://notify.ttlx.de/test/" # notify.ToUTF8().UriEncode() # " &");