we use the ktor client like this: return Coroutin...
# ktor
r
we use the ktor client like this: return CoroutineScope(Job() + Dispatchers.IO + MDCContext()).async { client.request { ... } }.asCompletableFuture()