'required|string|max:255', 'logo' => 'nullable|image|mimes:png,svg,webp|max:1024', 'template_data' => 'required|array', ]; } /** * Determine if the user is authorized to make this request. */ public function authorize(): bool { return true; } }