app.use(express.urlencoded({extended: true})); app.use(express.json()) // To parse the incoming requests with JSON payloads