curl --location '/channel/send-email' \
--header 'Content-Type: application/json' \
--data '{
"to": "string",
"title": "string",
"body": "string",
"inputs": {
"property1": "string",
"property2": "string"
},
"selectedTemplate": "string"
}'null