curl --location --request POST 'https://api.kie.ai/api/v1/generate/add-vocals' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A calm and relaxing piano track.",
"model": "V4_5PLUS",
"title": "Relaxing Piano",
"negativeTags": "heavy metal, strong drum beats",
"style": "Jazz",
"vocalGender": "m",
"styleWeight": 0.61,
"weirdnessConstraint": 0.72,
"audioWeight": 0.65,
"uploadUrl": "https://example.com/music.mp3",
"callBackUrl": "https://example.com/callback"
}'