$this->service->list($request->validated())); } /** * AI 단가 설정 조회 (읽기 전용) */ public function pricing() { return ApiResponse::handle(fn () => $this->service->getPricing()); } }