curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/data-erasure/requests/{{erasureRequestId}}/execute' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"data": {
"id": "er_abc123",
"status": "EXECUTING"
},
"message": "Erasure executed successfully."
}