Retrieves a list of all available high-fidelity voices.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
[
{
"name": "Kartik",
"description": "Warm, steady, and confident male voice suitable for banking.",
"languages": ["English", "Hindi"],
"gender": "male"
}
]