## Description Return the profile of the currently authenticated wallet. ## Deliverables - [ ] Requires JWT auth - [ ] `GET /users/me` looks up user by `publicKey` from JWT payload - [ ] Returns the User object (id, publicKey, displayName, createdAt) - [ ] Returns 404 if user record doesn't exist yet (should not happen if auto-create is in place) - [ ] `npm run build` passes ## Notes Depends on #12 (StellarAuthGuard), #31 (users migration), and #34 (auto-create user).
Description
Return the profile of the currently authenticated wallet.
Deliverables
GET /users/melooks up user bypublicKeyfrom JWT payloadnpm run buildpassesNotes
Depends on #12 (StellarAuthGuard), #31 (users migration), and #34 (auto-create user).