ZCRMRestClient initialize new pkl file and config automatically

ZCRMRestClient initialize new pkl file and config automatically

Hello,

I am using the Python SDK to connect our internal application to the Zoho CRM. In our Zoho CRM, we have multiple users, and each one of them has multiple prospects in their own name. So, in order to be able to access the CRM from our internal tool, I have created the pkl file and respective configurations for each one of the users. This is working great. 
However, is there a possibility we can use multiple configurations? Let's say first I use Mr. X's pkl file and configuration in our python SDK, and initialize the CRM using ZCRMRestClient.initialize() in the python SDK. Then I could reset the ZCRMRestClient and again with Mr. Y's pkl file and configuration I could initialize it. Currently what happens is if I use Mr. X's configurations first, I have to restart the application to be able to use the new configuration.

Hope to hear from you soon.
Regards.