Instead of each API creating its own instance of OkHttpClient, reuse the same instance.
- Make it easy for external ContentLinkApi modules to also use this
OkHttpClient
- Might have to do some extra work with
ImgurApi's OkHttpClient that appends headers.