tax:readAuthorization: ********************curl --location '/v1/portfolios//capital-losses' \
--header 'Authorization: <api-key>'[
{
"id": 0,
"portfolioId": 0,
"financialYear": 0,
"grossLossAmount": 0,
"category": "string",
"source": "string",
"note": "string",
"portfolioYearLockId": 0,
"createdDate": "2019-08-24T14:15:22.123Z",
"lastModifiedDate": "2019-08-24T14:15:22.123Z",
"applications": [
{
"id": 0,
"appliedInFinancialYear": 0,
"amountApplied": 0,
"appliedAt": "2019-08-24T14:15:22.123Z",
"isExternal": true,
"eventDate": "2019-08-24T14:15:22.123Z",
"note": "string",
"portfolioYearLockId": 0
}
]
}
]