Authorization: Bearer ********************{
"sortField": "",
"sortDirection": "",
"entityAccountIds": "",
"platformIds": "",
"status": ""
}curl --location 'https://web-api.blockindex.com/entity//totalEquity/reconciliationTask//summary?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"sortField": "",
"sortDirection": "",
"entityAccountIds": "",
"platformIds": "",
"status": ""
}'