2

PHOTO EMBED

Tue Oct 18 2022 02:30:35 GMT+0000 (Coordinated Universal Time)

Saved by @Vrushabh_123

// to read the JSON body you need to use a middleware
const bodyParser = require('body-parser')

const app = express()

app.use(bodyParser.json())
content_copyCOPY