curl --location --globoff 'https:///api/v2/agents/character-voices?gender=undefined&items_per_page=undefined&page=undefined&paginated=undefined&query=undefined&sort_by=undefined&voice_type=undefined' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"character_voices": [
{
"id": 0,
"voice_name": "string",
"voice_identifier": "string",
"gender": "string",
"voice_type": "string",
"organization": 0,
"is_default": true
}
],
"count": 0,
"num_pages": 0,
"current_page": 0
}
}