getCurrencyValue

@PermitAll
@PostMapping(value = "/value")
open fun getCurrencyValue(@RequestBody assetValueRequest: AssetValueRequest): ResponseEntity<AssetValueResponse>