simply i have problem with postman body->form-data the code is good i use express.json parser and it simply works fine with body->raw and body->urlencooded but i don't know why it doesn't work for formdata
app.use(express.urlencoded({ extended: false }));