About
This is a simple API built using .NET Core. It provides various endpoints to manage data efficiently.
API Endpoints
- GET /api/users - Retrieve all users
- POST /api/users - Create a new user
- GET /api/users/{id} - Get a user by ID
- PUT /api/users/{id} - Update user information
- DELETE /api/users/{id} - Remove a user