Authorization: Bearer ********************
{
"template": "welcome_email.php",
"subject": "New Account Setup"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//users//email' \
--header 'Content-Type: application/json' \
--data-raw '{
"template": "welcome_email.php",
"subject": "New Account Setup"
}'
{}