getDisplayCurrency

@PermitAll
@GetMapping(value = "/display/{code}")
open fun getDisplayCurrency(@PathVariable code: String): ResponseEntity<DisplayCurrencyResponse>