GET Method
If we want to retrieve data from a resource like websites, servers or APls, we send them a GET Request. For example, we send a GET request to the server if we want a list of our customers or a specific customer.
Returns a customer by Customer ID
/api/customers/{customer- id}
Returns all customers
/api/customers