When I sent a POST request from Postman to the Express server, the body is getting parsed correctly using app.use(express.json()), but it returns an empty body. However, I am able to retrieve params and other information successfully. Strangely, it works fine when I send a GET request. I have selected JSON format for the body in Postman. Postman Version: 8.0.7