01Which built-in middleware is used to parse incoming JSON request bodies?
02What is the security risk of using body-parser on all routes without limits?
03How do you parse 'application/x-www-form-urlencoded' data in modern Express?
04Where should validation logic (like Zod or Joi) ideally reside?