title。Authorization: Bearer ********************{
"clipId": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"title": "我的歌曲"
}curl --location 'https://drwa.openai-next.com/_open/suno/music/set_metadata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clipId": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"title": "我的歌曲"
}'{
"code": 200,
"msg": "success",
"data": {
"id": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"title": "我的歌曲",
"image_url": "https://cdn2.suno.ai/image_large_...jpeg"
}
}