curl --location --request POST 'sendemail' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "hemantdhivar@gmail.com",
"name": "Gilchrist",
"channel": "email",
"source": "overseas",
"type": "transactional",
"template_id": 38,
"email_subject": "You Have Been Nominated as a Co-Applicant for {{applicant_name}}",
"email_from_name": "Auxilo Finserve",
"template_attr": {
"applicant_name": "Hemant",
"co_applicant_name": "Gilchrist",
"update_co_applicant_link": "https://auxilo.com/"
}
}'