curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/users/{{userId}}' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"userId": "uuid-002",
"username": "chukwuemeka_v",
"email": "chukwuemeka@email.ng",
"profilePicture": null,
"balance": 500.0,
"status": "active",
"createdAt": "2024-02-10T08:30:00.000Z",
"updatedAt": "2024-02-10T08:30:00.000Z",
"voteStats": {
"total": 42,
"free": 30,
"paid": 12
},
"totalAmountSpent": 1200.0,
"recentAuditLogs": []
},
"message": "User retrieved."
}