{"message":"Welcome to the HR Apps API!","version":"1.0.0","endpoints":{"auth":{"google":"POST /auth/google","refresh":"POST /auth/refresh","me":"GET /auth/me","logout":"POST /auth/logout","logoutAll":"POST /auth/logout-all","sessions":"GET /auth/sessions","revokeSession":"DELETE /auth/sessions/:sessionId"},"vehicles":{"create":"POST /vehicles","list":"GET /vehicles","getById":"GET /vehicles/:vehicleId","update":"PUT /vehicles/:vehicleId","delete":"DELETE /vehicles/:vehicleId"},"trips":{"create":"POST /trips","list":"GET /trips","getById":"GET /trips/:tripId","update":"PUT /trips/:tripId","submit":"POST /trips/:tripId/submit","review":"POST /trips/:tripId/review","approvals":"GET /trips/approvals","delete":"DELETE /trips/:tripId"},"destinations":{"create":"POST /destinations","list":"GET /destinations","getById":"GET /destinations/:destinationId","update":"PUT /destinations/:destinationId","delete":"DELETE /destinations/:destinationId","available":"GET /destinations/available","addPublic":"POST /destinations/add-public","toggleFavorite":"PATCH /destinations/:destinationId/favorite"},"admin":{"destinations":{"createPublicDestination":"POST /admin/destinations","listPublicDestinations":"GET /admin/destinations","updatePublicDestination":"PUT /admin/destinations/:destinationId","deletePublicDestination":"DELETE /admin/destinations/:destinationId"},"users":{"listUsers":"GET /admin/users","updateUserRole":"PATCH /admin/users/:userId/role","updateUserStatus":"PATCH /admin/users/:userId/status","deleteUser":"DELETE /admin/users/:userId"},"hrGroups":{"create":"POST /admin/hr-groups","list":"GET /admin/hr-groups","getById":"GET /admin/hr-groups/:groupId","update":"PATCH /admin/hr-groups/:groupId","delete":"DELETE /admin/hr-groups/:groupId","addHrUsers":"POST /admin/hr-groups/:groupId/hr-users","removeHrUsers":"DELETE /admin/hr-groups/:groupId/hr-users","addEmployees":"POST /admin/hr-groups/:groupId/employees","removeEmployees":"DELETE /admin/hr-groups/:groupId/employees","unassignedEmployees":"GET /admin/hr-groups/unassigned-employees","unassignedHrUsers":"GET /admin/hr-groups/unassigned-hr-users"}},"search":{"trips":"GET /search/trips?q=query","destinations":"GET /search/destinations?q=query","vehicles":"GET /search/vehicles?q=query"},"apiKeys":{"create":"POST /api-keys","list":"GET /api-keys","getById":"GET /api-keys/:id","update":"PATCH /api-keys/:id","revoke":"POST /api-keys/:id/revoke","delete":"DELETE /api-keys/:id","stats":"GET /api-keys/stats/count"}}}