curl --request POST \
--url https://api.unifically.com/suno/add-vocals \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mv": "<string>",
"clip_id": "<string>",
"audio_url": "<string>",
"prompt": "<string>",
"gpt_description_prompt": "<string>",
"make_instrumental": true,
"title": "<string>",
"start_s": 123,
"end_s": 123,
"advanced_settings": {}
}
'