Description This project aims to represent an API in C# that includes a CRUD (Create, Read, Update, Delete) divided into endpoints. Endpoints HttpPost - Create Postman screen HttpGet - Read Swagger screen HttpPut - Update Swagger screen HttpDelete - Delete Swagger screen