{"message":"Masonic Travels API","version":"1.0.0","endpoints":{"health":"/health","testDb":"/api/test-db","register":"POST /api/auth/register","login":"POST /api/auth/login","verifyEmail":"POST /api/auth/verify-email/:token","forgotPassword":"POST /api/auth/forgot-password","resetPassword":"POST /api/auth/reset-password/:token","getCurrentUser":"GET /api/auth/me","changePassword":"PUT /api/auth/change-password","nearbyLodges":"/api/lodges/nearby?latitude={lat}&longitude={lon}&radius={miles}&date={YYYY-MM-DD}&brotherId={id}","getLodge":"/api/lodges/:id","createVisit":"POST /api/visits","getUserVisits":"/api/visits/:brotherId","getUserProfile":"/api/brothers/:brotherId/profile"}}