{
"ids": [
"task_id"
],
"action": "MUSIC"
}curl --location 'https://zgc.apihy.com/suno/fetch' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"task_id"
],
"action": "MUSIC"
}'{}