curl --location --request GET '/text-to-speech/voices'
{
"voices": [
{
"accent": "string",
"age": "string",
"gender": "string",
"id": "string",
"label": "string",
"language": "string",
"name": "string",
"provider": "string"
}
]
}
Authorization: Bearer ********************