79625181

Date: 2025-05-16 12:32:46
Score: 2
Natty:
Report link

Did you set the following header when sending the request in Postman?

Content-Type: application/json

If you set it as below, the json string in the body will be automatically parsed. If you send an empty request, it will be parsed as {}.

app.use(express.json()); 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: hyun