session: ********************curl --location 'https://api.snakk.ai/api/reseller/email-templates//preview' \
--header 'Content-Type: application/json' \
--data '{
"subject": "string",
"body_html": "string",
"body_blocks": [
{
"property1": "string",
"property2": "string"
}
]
}'{
"subject": "string",
"html": "string"
}