POST /suno/submit/SOUNDS
{"code":"success","data":"task_xxx"}
GET /suno/fetch/{id}
POST /suno/fetch
data.status
data.data
data.status = "SUCCESS"
{ "sound": "Thunderclap with rain", "type": "one-shot", "mv": "chirp-v5" }
curl --location --request POST 'https://api.ccapi.ai//suno/submit/SOUNDS' \ --header 'Content-Type: application/json' \ --data-raw '{ "sound": "Thunderclap with rain", "type": "one-shot", "mv": "chirp-v5" }'
{ "code": "success", "message": "task submitted successfully", "data": "task_7f11c4b772f44710ac0fae0d5b3dc4c1" }