Authorization: Bearer ********************{
"clip_id": "4b2300c2-f200-4011-8f80-e3401da28c4f" // 续写返回的 clipId
}curl --location 'https://api.kuai.host/suno/submit/concat' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clip_id": "4b2300c2-f200-4011-8f80-e3401da28c4f" // 续写返回的 clipId
}'{}