curl --location 'https://stageapi.partake.ng/api/v2/admin/data-erasure/requests?page=1&limit=20' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "er_abc123",
"actorType": "user",
"actorId": "usr_xyz",
"status": "CONFIRMED",
"reason": "No longer needed",
"createdAt": "2026-05-17T10:00:00.000Z"
}
],
"meta": {
"page": 1,
"limit": 20,
"total": 1,
"totalPages": 1
}
}