['required', 'exists:campaigns'], 'code' => ['required'], ]; } public function authorize(): bool { return true; } }