if (!req.body.email || !req.body.password) {
    var error = {
      errors: [{
        "status": "400",
        "title": "Incomplete Credentials",