Authorization: Bearer ********************{
"url": "https://audioupload.example/demo.mp3"
}curl --location 'https://drwa.openai-next.com/_open/suno/music/upload2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://audioupload.example/demo.mp3"
}'{
"code": 0,
"msg": "string",
"data": {
"clipId": "string",
"duration": 0,
"cld2AudioUrl": "string",
"task_id": "string",
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}