POST
/api/auth/magic-link
Send magic link email
POST
/api/auth/verify
Verify token & get JWT
GET
/api/lists
Get shopping lists
POST
/api/lists
Create a new list
GET
/api/lists/{id}/items
Get items in a list
POST
/api/lists/{id}/items
Add item to list
GET
/api/users/me
Get current user profile
GET
/hubs/shopping
SignalR real-time hub