What HTTP status code means 'Not Found'?
res.status(404).json({ error: "Not Found" });
404
200
500
301