curl --request POST \
--url http://localhost:8080/cabinet/admin/email-templates/{notification_type}/preview \
--header 'Content-Type: application/json' \
--data '
{
"language": "ru",
"subject": "",
"body_html": ""
}
'{}Preview a rendered email template with sample data.
curl --request POST \
--url http://localhost:8080/cabinet/admin/email-templates/{notification_type}/preview \
--header 'Content-Type: application/json' \
--data '
{
"language": "ru",
"subject": "",
"body_html": ""
}
'{}Successful Response
The response is of type Response Preview Template Cabinet Admin Email Templates Notification Type Preview Post · object.