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