{"success":true,"message":"Gem Mühendislik Authentication API","version":"1.0.0","endpoints":{"health":"/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","logout":"POST /api/auth/logout","me":"GET /api/auth/me","forgotPassword":"POST /api/auth/forgot-password","resetPassword":"POST /api/auth/reset-password"},"users":{"profile":"GET /api/users/profile","updateProfile":"PUT /api/users/profile","changePassword":"POST /api/users/change-password","sessions":"GET /api/users/sessions","revokeSession":"DELETE /api/users/sessions/:id","revokeAllSessions":"POST /api/users/sessions/revoke-all","admin":{"listUsers":"GET /api/users/admin/users","getUser":"GET /api/users/admin/users/:id","updateUser":"PUT /api/users/admin/users/:id","deleteUser":"DELETE /api/users/admin/users/:id","resetPassword":"POST /api/users/admin/users/:id/reset-password","stats":"GET /api/users/admin/stats"}}}}