Bulk create tasks - Zoho Projects API

Bulk create tasks - Zoho Projects API

Hi Zoho/Community,

I am trying to create multiple tasks in a single API call, is there a way we can combine multiple request bodies into one single payload?

The issue I am facing is the rate limiting on the API, I wanted to create certain amount of tasks but it's crossing the rate limit and if I introduce a delay the function exits due to timeout.

Looking forward for a way to handle this issue.