Review.create(req.body)
      .then(review => res.status(201).json(review))
      .catch(next))