curl --request POST \
--url http://localhost:3000/v1/admin/notifications/email-templates/{type}/test \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"success": true,
"error": "<string>"
}curl --request POST \
--url http://localhost:3000/v1/admin/notifications/email-templates/{type}/test \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"success": true,
"error": "<string>"
}