curl --request POST \
--url http://localhost:9000/api/v1/replicate/tts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'text=<string>' \
--form 'language=<string>' \
--form cleanup_voice=123 \
--form audio='@example-file'