Authorization: Bearer ********************{
"clip_id": "extended song ID",
"is_infill": false
}curl --location --request POST 'https://api.key4u.shop/suno/submit/music' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "extended song ID",
"is_infill": false
}'{
"code": "success",
"data": "950bf3af-78a6-420e-8c01-3bde0bbb3ef9",
"message": ""
}