Create a Customer
POST /v1/customersCreates or adds a customer with basic details such as name and contact details.Edit Customer Details
PUT /v1/customers/:idEdits the customer details such as name, email and contact details.Fetch All Customers
GET /v1/customersRetrieves details of all the customers.Fetch Customer With ID
GET /v1/customers/:idRetrieves details of a customer as per the id.