cara menyimpan data i mongi db

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