curl --location --request POST 'https://api.kie.ai/api/v1/generate/extend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"defaultParamFlag": true,
"audioId": "e231****-****-****-****-****8cadc7dc",
"prompt": "Extend the music with more relaxing notes and a gentle bridge section",
"style": "Classical",
"title": "Peaceful Piano Extended",
"continueAt": 60,
"model": "V4",
"callBackUrl": "https://api.example.com/callback",
"negativeTags": "Heavy Metal, Upbeat Drums",
"vocalGender": "m",
"styleWeight": 0.65,
"weirdnessConstraint": 0.65,
"audioWeight": 0.65,
"personaId": "persona_123"
}'