getAllWithOffset

@PermitAll
@GetMapping(value = "/all", params = "offset")
open fun getAllWithOffset(@RequestParam(value = "offset", defaultValue = "0") offset: Int): ResponseEntity<DisplayCurrencyListResponse>