Authorization: ********************{
"metric": "string",
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"pts": 0,
"filters": [
{
"type": "string",
"value": null,
"operator": "string",
"logicalOperator": "string"
}
],
"isPortfolioGroup": true,
"includeClosedPositions": true
}curl --location --request POST '/v1/portfolios//timeseries' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"metric": "string",
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"pts": 0,
"filters": [
{
"type": "string",
"value": null,
"operator": "string",
"logicalOperator": "string"
}
],
"isPortfolioGroup": true,
"includeClosedPositions": true
}'