Is it possible to send email via Rest or not?

Is it possible to send email via Rest or not?

Hi all,

url: https://mail.zoho.com/api/accounts/xxxxx/messages
Content-Type: application/json
Authorization: Zoho-authtoken xxxxxxxxxxx


request:
{ "fromAddress": "noreply@lintcloud.com", "toAddress": "siva@lintcloud.com", "ccAddress": "amp@lintcloud.com", "bccAddress": "elan@lintcloud.com", "subject": "Email - TEST", "content": "Email can never be dead. The most neutral and effective way, that can be used for one to many and two way communication." }


Response:
{
    "status": {
        "code": 500,
        "description": "Internal Error"
    },
    "data": {}
}

Zoho having restapi email service or not. 

ref:  https://www.zoho.com/mail/help/api/post-send-an-email.html