Authorization: Bearer ********************curl --location --request POST '/suno/submit/music' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "Song ID after extend",
"is_infill": false
}'{
"code": "string",
"data": "string",
"message": "string"
}