CRM Backend API backend to simulate CRM functionality How to run the application Simply just execute the following command: go run main.go Available endpoints GET /customers GET /customer/:id POST /customer PATCH /customer/:id DELETE /customer/:id