Retrieves a list of created voices for a user.
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 001,
"user": "test-user@email.com",
"audio_url": "https://storage.autogon.ai/test-voice.mp3",
"voice_name": "Test Voice 1",
"voice_description": "Test Voice Desc 1",
"date_created": "2023-11-22T12:13:16.820943Z"
},
{
"id": 002,
"user": "test-user@email.com",
"audio_url": "https://storage.autogon.ai/test-voice.mp3",
"voice_name": "Test Voice 2",
"voice_description": "Test Voice Desc 2",
"date_created": "2023-11-22T12:13:16.820943Z"
}
]
}