curl --location --request POST 'https://developer.voicemaker.in/api/v1/voice/convert' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Engine": "neural",
"VoiceId": "ai3-Jony",
"LanguageCode": "en-US",
"Text": "Welcome to Voicemaker API.",
"OutputFormat": "mp3",
"SampleRate": "48000",
"Effect": "default",
"MasterVolume": "0",
"MasterSpeed": "0",
"MasterPitch": "0"
}'{
"success": true,
"path": "https://developer.voicemaker.in/uploads/1605116292576-voicemaker.in-speech.mp3",
"usedChars": 26,
"remainChars": 999974,
"remainKeyChars": 999974
}