curl --location -g --request GET 'https:///api/v2/agents/character-voices' \
--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
}
}