curl --location 'https://stageapi.partake.ng/api/v2/users/me/profile' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"userId": "u1a2b3c4-d5e6-7f8a-9b0c-d1e2f3a4b5c6",
"username": "emeka_obi",
"email": "emeka.obi@gmail.com",
"profilePicture": null,
"balance": "2500.00",
"status": "active",
"createdAt": "2026-03-10T14:22:00.000Z",
"updatedAt": "2026-04-28T09:15:00.000Z"
},
"message": "Profile retrieved successfully."
}