What does the express.json() middleware do and when would you need it?
It parses the body of the incoming request and makes the resulting object available in the req.body property.
when you are expecting to receive JSON-formatted data in the body of a request