Basic Node and Express - Get Data from POST Requests

Tell us what’s happening:

It cant pass the last test:
app.post(“/name”, (req, res) => {
let { first, last } = req.body;
res.json({ name: ${first} ${last} });
});

###Your project link(s)

solution: https://basic-node-repo.onrender.com

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150.0) Gecko/20100101 Firefox/150.0

Challenge Information:

Basic Node and Express - Get Data from POST Requests

this is an issue with the archived course. there is no plan to fix it so unfortunately we cannot help you out.