I have the following in express:
app.post(\'/template-preview\', (req, res) => { console.log(`here is req: ${req}`); res.send(\'it was hit\');