getDisplayCurrency

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