I currently have a web form that creates requests in SDP using the Servlet API. Since the Servlet API is removed in SDP after version 9.0.0 I need to convert this form to use the Rest API instead of the Servlet so we can upgrade. My issue is that it seems the Rest API is stripping away HTML formatting. Has anyone else been able to use HTML with the Rest API? The Servlet API had no issue with HTML.