Get user profile.
{
"id": "uuid",
"name": "string",
"wallet": "GABCD...",
"bio": "string",
"avatarUrl": "string",
"stats": {
"tasksCompleted": 12,
"treesPlanted": 5,
"plasticCollected": 20,
"co2Reduced": 50
},
"createdAt": "2026-06-17T00:00:00Z"
}Update user profile.
Authorization: Bearer <token>
{
"name": "string",
"bio": "string",
"avatarUrl": "string"
}Get user's environmental impact summary.
{
"totalRewards": 500,
"treesPlanted": 5,
"plasticCollected": 20,
"co2Reduced": 50,
"rank": 42
}