setUserResolver(fn() => App\Models\User::find(6)); $ctrl = app()->make(App\Http\Controllers\Api\V1\Me\UpcomingPickupsController::class); $f = app()->make(App\Services\DropOff\DropOffPointFinder::class); $res = $ctrl->index($req, $f); echo json_encode($res->getData(), JSON_PRETTY_PRINT);