curl --location --request POST '/generator/suno' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "replace_section",
"taskId": "d649231618784ee4b9cfa059ac50be5e",
"clipId": "eb1c6c96-a102-4bbb-82c2-87c3b126a44e",
"tags": "Happy",
"title": "两只老虎(聪明)",
"infillLyrics": "两只老虎 两只老虎跑得快 跑得快一只没有耳朵一只没有尾巴真奇怪 真奇怪两只老虎 两只老虎跑得快 跑得快一只没有耳朵一只没有尾巴真奇怪 真奇怪",
"rangeStartS": 7.56,
"rangeEndS": 15.98
}'{
"code": 200,
"msg": "success",
"data": "2757c7d5a55745e2aead0c46f32feefc"
}