protected inline fun <reified F : Any, O> blockingUploadJsonPost(path: String, role: TockUserRole? = defaultRole(), logger: RequestLogger = defaultRequestLogger, crossinline handler: (RoutingContext, F) -> O): Unit