curl --location --request POST 'https://neolink.vnet.com/api/generator/suno' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "gen_stem_all",
"clipId": "05d72140-38f5-4eb4-bdaa-a6e0d1c1167e"
}'