[CompletableFuture] I’m having issues converting CompletableFuture to a suspendable function as there aren’t any examples nor guides for it. Does someone know what is the proper way to handle this? I’m using the Java 11 Http client and creating a wrapper for calling an API.