template_uuid (must belong to account) or html_email.unsubscribe_url and ignores any user-provided value.curl --location 'https://api.arsel.ai/api/v1/send-email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_uuid": "string",
"html_email": "string",
"to": "user@example.com",
"subject": "string",
"from_name": "string",
"from_email": "user@example.com",
"reply_from_name": "string",
"reply_from_email": "user@example.com",
"variables": {
"property1": "string",
"property2": "string"
}
}'{
"message": "string"
}