Authorization: Bearer ********************{
"period": "MONTH",
"dataScope": [
"CATEGORIZED"
],
"dateRange": [
"string"
],
"accountingPeriodCode": [
"string"
]
}curl --location --globoff 'https://web-api.blockindex.com/entity/{{entityId}}/tradeAutomationRule/execute' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"period": "MONTH",
"dataScope": [
"CATEGORIZED"
],
"dateRange": [
"string"
],
"accountingPeriodCode": [
"string"
]
}'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": true
}