Authorization: Bearer ********************curl --location 'https://drwa.openai-next.com/_open/suno/music/stemsByAudio' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'title=""'{
"code": 200,
"msg": "操作成功",
"data": {
"taskBatchId": "..."
}
}