Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/me' \
--header 'Authorization: Bearer <token>'{
"id": "550e8400-e29b-41d4-a716-446655440000",
"email": "user@example.com",
"displayName": "John Doe",
"avatar": "https://s3.example.com/avatars/user-123.jpg",
"bio": "Passionate about coding",
"totalXP": 5250,
"level": 12
}