Im making a simple POST request with OkHttp like this:
val builder = OkHttpClient.Builder() .cookieJar(CustomCookieJar(cookies)) .addInter