if (!copy) {
      return res.status(404).json({ error: { code: 404, message: 'Message not found', details: 'Message has not been found ' + id}});
    }