Cómo guardar datos I Mongi DB

const data = req.body
const user = new User(data)
user.save()
GOPAL IS LIVE