'required|email', 'subject' => 'required|string', 'body' => 'required|string', 'attachments.*' => 'nullable|boolean', ]; } }