curl --location --request POST '/generator/suno' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "timeline",
"clipId": "e1a78bfe-2e53-4207-9cd8-c764c4bfc621"
}'{
"code": 200,
"msg": "success",
"data": "0ccf746e2ebb409dbaf5cda7540981d6"
}