SwiftDocCRESTBodyRenderSectionStructureRESTBodyRenderSectionA section that contains a REST request-body details.struct RESTBodyRenderSectionTopicsInitializersinit(from: any Decoder) throwsinit(title: String, mimeType: String, bodyContentType: [DeclarationRenderSection.Token], content: [RenderBlockContent]?, parameters: [RenderProperty]?)Creates a new REST body section.Instance Propertieslet bodyContentType: [DeclarationRenderSection.Token]A declaration that describes the body content.var content: [RenderBlockContent]?Details about the request body, if available.var kind: RenderSectionKindlet mimeType: StringContent encoding MIME type for the request body.var parameters: [RenderProperty]?A list of request parameters, if applicable.var title: StringA title for the section.