intercept
abstract suspend fun <T> intercept(request: <Error class: unknown class>, chain: Interceptor.Chain<T>): <Error class: unknown class><T>
Intercepts the given request and returns the resulting response, typically by invoking Chain.forward on the given chain.