Authorization: Bearer ********************curl --location --globoff 'https://web-api.blockindex.com/entity/{{entityId}}/transaction/identify/maxTolerance' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": {
"maxTolerance": 7,
"unit": "DAYS"
}
}