curl --location --request GET 'https://api.voicelibrary.co/enterprise/v1/voices' \
--header 'api-key;' \
--header 'Accept: audio/mpeg' \
--header 'Content-Type: application/json' \
--data '{}'{
"voices": [
{
"voice_id": "string",
"name": "string",
"category": "string"
}
]
}