Authorization: Bearer ********************
{
"clip_id": "56ea8da3-8507-4118-9f1e-111111111111"
}
curl --location --request POST 'https://api.mjdjourney.cn/suno/v1/v3.0/music/concat' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "56ea8da3-8507-4118-9f1e-111111111111"
}'
{
"code": 200,
"data": {
"task_id": "56ea8da3-8507-4118-9f1e-111111111111"
},
"message": "success"
}