curl --location --globoff 'https://stageapi.partake.ng/api/v2/data-erasure/{{erasureRequestId}}/download' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"url": "https://storage.example.com/exports/er_abc123.zip?token=signed",
"expiresAt": "2026-05-17T11:00:00.000Z"
}
}