{
"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,
"cd": "2019-08-24T14:15:22Z",
"name": "string",
"description": "string",
"status": "created",
"thumbnail": "http://example.com",
"preview": "http://example.com",
"circular_preview": "http://example.com",
"frame_width": 0,
"frame_height": 0,
"best_fit_voices": [
0
],
"supported_emotions": [
"string"
],
"supports_background_removal": true,
"ownership": true
}
]
}