Express does not validate request input for you. Without a check at the edge, handlers get raw req. body , req.

Source: [Dev.to](https://dev.to/zsevic/request-validation-with-zod-in-express-4gj0)

Sponsored