session: ********************curl --location 'https://api.snakk.ai/api/reseller/email-templates'{
"events": [
{
"key": "team_invite",
"label": "string",
"description": "string",
"vars": [
{
"key": "string",
"label": "string"
}
],
"enabled": true,
"subject": "string",
"body_html": "string",
"body_blocks": [
{
"property1": "string",
"property2": "string"
}
],
"customized": true,
"default_subject": "string",
"default_body_html": "string",
"default_blocks": [
{
"property1": "string",
"property2": "string"
}
]
}
]
}