{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100",
"results": [
{
"id": 0,
"avatar": {
"id": 0,
"name": "string",
"preview": "http://example.com",
"frame_width": 0,
"frame_height": 0
},
"voice": {
"id": 0,
"name": "string",
"label": "string",
"provider": "amazon",
"sex": "male",
"language": "string",
"language_code": "string"
},
"text": "string",
"background": {
"id": 0,
"name": "string",
"tag": "general",
"file": "http://example.com",
"compressed_file": "http://example.com",
"width": 0,
"height": 0
}
}
]
}