POST from Form-data POSTMAN JSON

Viewed 20

I'm trying to send json with postman with form-data because I have to send queues at the same time so I have to go through form-data instead of body.

Model d’exemple :

const PrSchema = new mongoose.Schema({ nom : String, user : { name : String } })

and the request post i use => user : req.body.user

enter image description here

Insertion applies but not the Json data

HELPP PLEASE

thanks

0 Answers
Related