dynamicSingle

@PostExchange(value = "snapshot/single")
abstract fun dynamicSingle(@RequestBody singleQuery: ISingleQuery): Mono<Map<String, Any>>