getAll

@PermitAll
@GetMapping(value = "/all")
open fun getAll(): ResponseEntity<DisplayCurrencyListResponse>