├── /users
│ ├── GET /me # current user's full public profile
│ ├── PATCH /me # update profile, settings, availability
│ ├── GET /me/wallet # credit balance + ledger
│ ├── GET /me/notifications # notification feed
│ ├── PATCH /me/notifications/:id # mark read
@Skill4ace - You have the first three
@Sidd-Patil - You take notifications