curl --request POST \
--url https://api.example.com/admin/notify-template/send-preview \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"notifyTemplateID": 123,
"languageID": 123
}
'{
"success": true,
"data": "<unknown>"
}Sends the notify template preview to the Iser.
curl --request POST \
--url https://api.example.com/admin/notify-template/send-preview \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"notifyTemplateID": 123,
"languageID": 123
}
'{
"success": true,
"data": "<unknown>"
}