curl --location 'https://stageapi.partake.ng/api/v2/data-erasure/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "I no longer wish to use this platform" // optional
}'{
"success": true,
"data": {
"id": "er_abc123",
"status": "PENDING_CONFIRMATION",
"actorType": "user",
"actorId": "user_xyz",
"createdAt": "2026-05-17T10:00:00.000Z"
},
"message": "Erasure request submitted. Please check your email to confirm."
}