container->get(DoctorAccountRequest::class); $request->scene('getDoctorAccount')->validateResolved(); $DoctorAccountService = new DoctorAccountService(); $data = $DoctorAccountService->getDoctorAccount(); return $this->response->json($data); } }