callSuspend

suspend fun <Req, Res> Client.callSuspend(request: Request<Req, Res>): Response<Res>

Suspend version of Client.callAsync