public async Task <IActionResult> UserExist(LoginQuery loginQuery) { var data = await _loginServices.UserExist(loginQuery); return(Success(data)); }