This function allows runtime updates to the configuration object,
including the base URL and API key. It also updates the Axios instance
to use the new configuration values.
Parameters
newConfig: Partial<typeofBridgeConfig>
Partial configuration object with new values to merge
Updates the bridge SDK configuration
This function allows runtime updates to the configuration object, including the base URL and API key. It also updates the Axios instance to use the new configuration values.