$ curl http://localhost:3333/hello && echo
HELLO MESH!
$ curl http://localhost:3333/api/get/JS_LOGIC\$ && echo
{"JS_LOGIC$":"function(req, res, set, get) { try { let b = JSON.parse(req.body)
; let val = Number(b.amount) * 1.25; set('taxed', val); res.json({result:
val}); } catch(e) { res.json({error: e.message}); } }"}