curl --location --globoff 'https://stageapi.partake.ng/api/v2/data-erasure/{{erasureRequestId}}/export-status' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": "er_abc123",
"status": "EXPORT_READY",
"exportReadyAt": "2026-05-17T10:05:00.000Z"
}
}