No puedo hacer que Swagger envíe una solicitud POST como texto sin formato. Soy nuevo en esto, alguien me puede ayudar!
/** * @swagger * /: * post: * summary: Use to validate your text for bla bla format * description: Request is sent through body as text/html * requestBody: * required: true * content: * text/plain: * schema: * type: string * responses: * 200: * description: Validated */