I have to send html to api and ask api to improve the html as html has some kind of email structure.
but api is returning me response in html but each chunk is not proper html
it is like <, p, >, some text, <, />
while I want each chunk as <p>some text</p>
which will reduce the number of chunks used and rendering will become faster on front end.