curl --location --request GET 'https://api.youratlas.com/v1/api/voices' \
--header 'api-key: <api-key>'[
{
"id": "string",
"provider": "11labs",
"providerId": "string",
"slug": "string",
"name": "string",
"gender": "string",
"model": "string",
"stability": 0,
"similarityBoost": 0,
"previewUrl": "http://example.com",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"description": "string",
"language": "string",
"pitch": 0,
"speed": 0,
"voiceId": "string",
"region": "string",
"volume": 0
}
]