{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100",
"results": [
{
"code": "string",
"name": "string",
"sample_text": "string",
"thumbnail": "http://example.com"
}
]
}