Authorization: ********************{
"symbol": "string",
"exchange": "string",
"quantity": 0,
"salePrice": 0,
"brokerage": 0,
"exchangeRate": 0,
"calculationDate": "2019-08-24T14:15:22.123Z"
}curl --location --request POST '/v1/portfolios//simulate-sell' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"symbol": "string",
"exchange": "string",
"quantity": 0,
"salePrice": 0,
"brokerage": 0,
"exchangeRate": 0,
"calculationDate": "2019-08-24T14:15:22.123Z"
}'{
"holdingId": 0,
"symbol": "string",
"exchange": "string",
"assessableCapitalGain": 0,
"simulatedSaleValue": 0,
"exchangeRate": 0,
"cgtStrategy": "string",
"calculationDate": "2019-08-24T14:15:22.123Z"
}