Having issues with new API Url

Having issues with new API Url

Hello,
I've been using Zoho Books API for 2 years. Today, I received a notification from Zoho stating that the API Base URL has changed from
https://books.zoho.com/api/v3/ to https://zohoapis.com/books/v3/. After updating my system, I encountered issues with certain APIs like Invoice Creation and updation. Sometimes I get a 405 error, and other times I receive {"code":4,"message":"Invalid value passed for bulk_update"}. However, reverting to the old URL (https://books.zoho.com/api/v3/) resolves the issue.