Hey @jagrdude
Welcome to the community!!
This might be what you need:
pm.collectionVariables.set("htmlContent", JSON.stringify(pm.response.json().html_content))
And then use this in the POST body like this:
{
"html_content": {{htmlContent}}
}