$users = DB::table('user')->select('id', 'name', 'email','api_token','created_at')->where('email' , $email)->get(); return response()->json($users);