Authorization: ********************curl --location --request GET '/v1/portfolios//holdings?isPortfolioGroup' \
--header 'Authorization: <api-key>'[
{
"id": 123,
"symbol": "TSLA",
"exchange": "NAS",
"displayExchange": "NASDAQ",
"name": "Tesla",
"currencyCode": "USD",
"holdingTypeId": 0,
"portfolioId": 123,
"dateCreated": "2019-08-24T14:15:22Z",
"classification": {
"sectorCode": 0,
"sector": "string",
"industryGroupCode": 0,
"industryGroup": "string",
"industryCode": 0,
"industry": "string",
"subIndustryCode": 0,
"subIndustry": "string"
}
}
]