{"message":"React Native Auth Server","version":"1.0.0","endpoints":{"health":"/health","auth":{"google":"GET /auth/google","callback":"GET /auth/google/callback","me":"GET /auth/me","logout":"POST /auth/logout"},"calendar":{"events":"GET /api/calendar/events","createEvent":"POST /api/calendar/events","updateEvent":"PUT /api/calendar/events/:eventId","deleteEvent":"DELETE /api/calendar/events/:eventId","calendars":"GET /api/calendar/calendars"},"notifications":{"test":"GET /api/notifications/test"}}}