curl --location --request POST 'https://api.falken.ltd/api/admin/email/templates//preview' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'{
"subject": "string",
"htmlBody": "string",
"category": "string"
}