dynamicSingle

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