curl --location --request POST 'https://neolink.vnet.com/api/generator/suno' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "downbeats",
"clipId": "e1a78bfe-2e53-4207-9cd8-c764c4bfc621"
}'