curl --location '/template/string/string/string' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"alertTypeId": "b7ba20b1-0ef6-4bda-a8b3-6e7e8e091c4c",
"cultureCode": "en-US",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346",
"name": "ExampleNameOfAlert",
"systemAlertTypeId": "CM01a",
"description": "Description of Alert Type",
"channelType": "email",
"active": false,
"htmlTemplate": "Hello {{name}}, <br /><br/> You recently register to the Glow platform. <br /><br/> Please use the following 4-digit token to complete the registration process.<br /><br/> {{token}} <br /><br/> This token is only valid for the next hour."
}'{
"alertTypeId": "b7ba20b1-0ef6-4bda-a8b3-6e7e8e091c4c",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346",
"name": "ExampleNameOfAlert",
"templateId": "65f214bb-cbcc-48dc-a55a-2a01c88f7079",
"systemAlertTypeId": "CM01",
"description": "Description of Alert Type",
"channelType": "email",
"cultureCode": "en-US",
"htmlTemplate": "Hello {{name}}, <br /><br/> You recently register to the Glow platform. <br /><br/> Please use the following 4-digit token to complete the registration process.<br /><br/> {{token}} <br /><br/> This token is only valid for the next hour.",
"active": false
}