GET /api/users/me
200 OK
{"id":"usr_123","name":"Jordan Lee","email":"jordan@example.com","role":"admin"}Also create 401 for expired sessions and 403 for permission denials.
Use this example to drive profile pages, settings screens, and permission-aware navigation.
GET /api/users/me
200 OK
{"id":"usr_123","name":"Jordan Lee","email":"jordan@example.com","role":"admin"}Also create 401 for expired sessions and 403 for permission denials.