page and limit to control pagination.curl --location --request GET 'https://developer.voicemaker.in/api/v1/voice-clones?page&limit' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"removeBackground": false,
"VoiceId": "generated_voice_Id",
"description": "Voice Description",
"Engine": "neural",
"name": "My Custom Voice",
"labels": {
"category": "Professional",
"accent": "American",
"gender": "Female",
"age": "Adult"
},
"samples": [],
"path": "/uploads/clones/voice_path"
}
],
"count": 1,
"clonesLimit": 5
}