Authorization: ********************{
"metric": "string",
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"pts": 0,
"includeClosedPositions": true
}curl --location --request POST '/v1/holdings//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,
"includeClosedPositions": true
}'