I am working with nodejs and mongoose to store the user information as showed in the code
const User = mongoose.model(\'User\') let user = new User(req.body);