Authorization: Bearer ********************{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}curl --location 'https://api.lngai.cn/suno/submit/concat' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}'{}