curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "ai-music-api/replace-section",
"callBackUrl": "https://example.com/callback",
"input": {
"task_id": "2fac****9f72",
"audio_id": "e231****-****-****-****-****8cadc7dc",
"prompt": "A calm and relaxing piano track.",
"tags": "Jazz",
"title": "Relaxing Piano",
"negative_tags": "Rock",
"infill_start_s": 10.5,
"infill_end_s": 20.75,
"full_lyrics": "[Verse 1]\nOriginal lyrics here\n[Chorus]\nModified lyrics for this section\n[Verse 2]\nMore original lyrics"
}
}'