Authorization: Bearer ********************{
"ids": ["1264606079846457344"], // taskBatchId 数组
"action": "" // 可空
}curl --location 'https://makerend.com/suno/fetch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": ["1264606079846457344"], // taskBatchId 数组
"action": "" // 可空
}'{}