8542 Error code in Zoho analytics API

8542 Error code in Zoho analytics API

In a single firebase cloud function, I want to fetch data from two different tables, but when I hit zoho analytics API using Zoho analytic's Nodejs client library, I get error as,
{
"errorCode": 8542,
"errorMessage": "Unknown JSON attribute(s) found in the parameter CONFIG."
}

even that errorcode is not listed in API documentation (v2).