getPortfolioProfitByCurrency

@GetMapping(value = "/history/profit/{currencyName}")
@PreAuthorize(value = "isAuthenticated()")
open fun getPortfolioProfitByCurrency(@AuthenticationPrincipal user: ProductUser, @PathVariable currencyName: String): ResponseEntity<AssetValueResponse>