curl --request POST \
--url https://api.example.com/cabinet/admin/email-templates/{notification_type}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"language": "ru",
"email": ""
}
'{}Send a test email to the admin’s email address.
curl --request POST \
--url https://api.example.com/cabinet/admin/email-templates/{notification_type}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"language": "ru",
"email": ""
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Send Test Email Cabinet Admin Email Templates Notification Type Test Post · object.