This is a plain text response for testing scraper API content type handling. The endpoint returns plain text content with text/plain content type header. The purpose of this endpoint is to test how your scraper handles simple plain text responses without any formatting or structure. Plain text is one of the simplest content types, but it's still important to handle correctly. This content is designed to be substantial enough (over 200 characters) to test real-world scraper scenarios. Plain text responses are commonly used for simple APIs, configuration files, and other basic data exchange formats. Your scraper should be able to extract this text content and handle it appropriately without attempting to parse it as JSON, XML, HTML, or any other structured format. The text/plain content type indicates that this is unstructured text data.