Authorization: Bearer ********************{
"totalEquityTolerance": 59
}curl --location 'https://web-api.blockindex.com/entity//totalEquity/setTolerance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"totalEquityTolerance": 59
}'{
"status": "success",
"requestId": "7c9a639f-894d-6375-e4b1-9f5151d53768",
"data": true
}