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