{
"portfolioId": "string",
"itemId": "string",
"tradeId": "string"
}curl --location --request DELETE 'http://localhost:8100/portfolios/portfolios//items//trades/' \
--header 'Content-Type: application/json' \
--data-raw '{
"portfolioId": "string",
"itemId": "string",
"tradeId": "string"
}'{
"code": 0,
"result": true,
"error": "string"
}