### Endpoints ``` GET /users GET /users/:id PATCH /users/:id PATCH /users/:id/status DELETE /users/:id ``` ### Checklist - [ ] Pagination - [ ] Search - [ ] Filtering - [ ] User details - [ ] Update user - [ ] Suspend user - [ ] Delete user - [ ] Audit - [ ] Tests
Endpoints
Checklist