curl --location --request GET 'https://api.deerapi.com/suno/act/midi/3fd55e5b-0e96-44f2-8a5b-26e1668511dc' \
--header 'Authorization: Bearer {{api-key}}'
{
"code": "success",
"message": "",
"data": {
"task_id": "dcb812bd-40c5-4907-836e-3a7aa9a2e546",
"action": "MUSIC",
"status": "NOT_START",
"fail_reason": "",
"submit_time": 1747203819,
"start_time": 1747203819,
"finish_time": 0,
"progress": "0%",
"data": null
}
}