curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/data-erasure/requests/{{erasureRequestId}}' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": "er_abc123",
"actorType": "user",
"actorId": "usr_xyz",
"status": "CONFIRMED",
"reason": "No longer needed",
"confirmedAt": "2026-05-17T10:03:00.000Z",
"createdAt": "2026-05-17T10:00:00.000Z"
}
}