curl --location --request PUT 'https://api.aworld.cloud/dashboard/v1/email-templates/' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"defaultLang": "en",
"htmlContent": "string",
"textContent": "string",
"variableSchema": {
"property1": "string",
"property2": "string"
},
"translations": [
{
"lang": "en",
"subject": "string",
"previewText": "string",
"contentBlocks": {
"property1": "string",
"property2": "string"
}
}
]
}'{
"emailTemplateId": "FUMzPf00hz_kcj2R2Hlzq",
"topic": "LEARNING_UPDATES",
"action": "WELCOME_OWNER",
"name": "string",
"description": "string",
"defaultLang": "en",
"langs": [
"en"
],
"htmlContent": "string",
"textContent": "string",
"variableSchema": {
"property1": "string",
"property2": "string"
},
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}