Authorization: Bearer ********************{
"datetimeStr": "string",
"addAccountMethod": "string",
"entityAccountIds": [
"string"
],
"platformIds": [
"string"
]
}curl --location 'https://web-api.blockindex.com/entity//totalEquity/reconciliationTask/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"datetimeStr": "string",
"addAccountMethod": "string",
"entityAccountIds": [
"string"
],
"platformIds": [
"string"
]
}'