{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"history_id": 0,
"history_date": "2019-08-24T14:15:22.123Z",
"history_type": "string",
"changed_by": "string",
"changes": {
"property1": "string",
"property2": "string"
}
}
]
}