inline fun <reified I : Any, O> blockingWithBodyJson(method: HttpMethod, path: String, role: TockUserRole?, logger: RequestLogger = defaultRequestLogger, crossinline handler: (RoutingContext, I) -> O): Unit