curl --location --request GET 'http://localhost:6567/api/v1/me/xp' \
--header 'Authorization: Bearer <token>'{
"userId": "c31bd57f-17c0-407e-8dbe-136f92c4e1a9",
"totalXp": 100,
"byEventType": {
"unit_completion": 100
},
"recentEvents": [
{
"eventType": "unit_completion",
"points": 100,
"sourceType": "unit",
"sourceId": "11000000-0000-0000-0000-000000000001",
"createdAt": "2026-04-06T16:37:35.767Z"
}
]
}