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