Authorization: Bearer ********************curl --location 'https://drwa.openai-next.com/_open/suno/music/getState?taskBatchId=1081015604557119489' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"taskBatchId": "string",
"taskStatus": "create",
"items": [
{
"id": "string",
"inputType": "string",
"title": "string",
"clipId": "string",
"duration": 0,
"progress": 0,
"status": 0,
"cld2AudioUrl": "string",
"cld2ImageUrl": "string",
"cld2VideoUrl": "string",
"progressMsg": "string",
"property1": "string",
"property2": "string"
}
],
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}