{"name":"Rent Kenny API","version":"1.0.0","description":"Property Management System API","endpoints":{"auth":{"base":"/api/auth","routes":[{"path":"/register","method":"POST","description":"Register new user"},{"path":"/login","method":"POST","description":"User login"},{"path":"/profile","method":"GET","description":"Get user profile"}]},"properties":{"base":"/api/properties","routes":[{"path":"/","method":"GET","description":"List all properties"},{"path":"/:id","method":"GET","description":"Get property details"},{"path":"/","method":"POST","description":"Create new property"}]},"maintenance":{"base":"/api/maintenance","routes":[{"path":"/","method":"GET","description":"List maintenance requests"},{"path":"/create","method":"POST","description":"Create maintenance request"}]},"payments":{"base":"/api/payments","routes":[{"path":"/history","method":"GET","description":"Payment history"},{"path":"/make","method":"POST","description":"Make payment"}]}},"documentation":"/api/docs","status":"active"}