['required', 'string', 'max:200'], 'category' => ['required', 'string', 'max:100'], 'message' => ['required', 'string', 'max:5000'], ]; } public function authorize(): bool { return true; } }