getPortfolioProfit

@GetMapping(value = "/history/profit")
@PreAuthorize(value = "isAuthenticated()")
open fun getPortfolioProfit(@AuthenticationPrincipal user: ProductUser): ResponseEntity<AssetValueResponse>