EVOLUTION-MANAGER
Edit File: index.http
### GET http://localhost:5001/api/v2/clientes HTTP/1.1 ### GET http://localhost:5001/api/v2/clientes/1 HTTP/1.1 ### POST http://localhost:5001/api/v2/clientes HTTP/1.1 Content-Type: application/json { "cedula": "000005", "nombres": "Cliente", "apellidos": "Final", "correo": "notiene" } ### DELETE http://localhost:5001/api/v2/clientes/2 HTTP/1.1 ### PUT http://localhost:5001/api/v2/clientes/3 HTTP/1.1 Content-Type: application/json { "cedula": "1234567890", "nombres": "Gabriel", "apellidos": "Morejón", "correo": "gabriel@grupofmo.com" }