Hello! I am using supertokens-android SDK and having problems with logout. We have different domains for supertokens API and our backend API. As far as I figured out, that can be configured on SDK init using .sessionTokenBackendDomain method, otherwise SuperTokensInterceptor doesn't add token to request. However, when trying to logout, it throws an IllegalAccessException with a message 'Trying to call newRequest with a URL that cannot be handled by SuperTokens'. Looking at the code, setting sessionTokenBackendDomain causes token to be used only on that domain, but signing out uses apiDomain. I can't find a way around it in SDK, is there one, or is that a bug and I need to make my own token handling?