curl --location --request POST 'https://developer.voicemaker.in/api/v1/speech-to-speech' \
--header 'Authorization: Bearer fe5cb5e0-8262-11f0-b766-891a4f3d9a69' \
--form 'file=@""' \
--form 'VoiceId="proplus-voice_id"' \
--form 'OutputFormat=""' \
--form 'SampleRate=""' \
--form 'ResponseType=""' \
--form 'MasterVolume=""' \
--form 'MasterSpeed=""' \
--form 'MasterPitch=""'{
"success": true,
"path": "https://developer.voicemaker.in/uploads-speeches/example/speech.mp3",
"usedChars": 2700,
"remainChars": 3048221,
"remainKeyChars": 3048221
}