This method returns the entity's history.
entity's id
GET /entities/{entity_id}/history HTTP/1.1 Host: X-Ledger-API-Key: YOUR_API_KEY Accept: */*
entity history
{ "history": [ [ { "created_by": 5, "created_on": "2025-05-30T18:18:17.336Z", "expired_at": "2025-05-30T18:18:17.336Z", "id": 1, "is_complete": true, "status": "ACTIVE", "type": "CREATE_ACCOUNT" } ] ] }