curl --request POST \
--url http://localhost:8080/cabinet/admin/email-templates/{notification_type}/test \
--header 'Content-Type: application/json' \
--data '
{
"language": "ru",
"email": ""
}
'{}Send a test email to the admin’s email address.
curl --request POST \
--url http://localhost:8080/cabinet/admin/email-templates/{notification_type}/test \
--header 'Content-Type: application/json' \
--data '
{
"language": "ru",
"email": ""
}
'{}