Convert Lead fails when "Checking Duplicate Email Address" feature is enabled for contact module
I'm trying to convert lead using api method
https://www.zoho.com/crm/help/api/convertlead.html
While account and contact already exists then i'm sending also associated accountid and contactid.
Example request
And the response for this request is
{"response": {"uri":"/crm/private/json/Leads/convertLead","error": {"code":4819,"message":"Duplicate record(s) with same email address already exists."}}}