callbackUrl 让上游主动回调。Authorization: Bearer ********************{
"clipId": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"callbackUrl": ""
}curl --location 'https://drwa.openai-next.com/_open/suno/music/stems' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clipId": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"callbackUrl": ""
}'{
"code": 200,
"msg": "操作成功",
"data": {
"taskBatchId": "1261461212010110976"
}
}