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