/generate 的 prompt 字段。Authorization: Bearer ********************{
"prompt": "summer love"
}curl --location 'https://drwa.openai-next.com/_open/suno/music/generateLyrics' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "summer love"
}'{
"code": 200,
"msg": "操作成功",
"data": {
"taskBatchId": "1261459581696745472",
"lyric": "[Verse 1]\nYou wore that red cap low\nLemonade on your shirt\n...\n\n[Chorus]\nSummer love, don't fade\nSummer love, stay\n...",
"title": "Boardwalk Bite",
"tags": [
"Pop-R&B with a laid-back midtempo pulse..."
]
}
}