callSuspend

suspend fun <Req, Res> Client.callSuspend(    target: Target,     reqSerde: Serde<Req>,     resSerde: Serde<Res>,     req: Req,     options: RequestOptions = RequestOptions.DEFAULT): Res