customer-list.component.ts
To load customers, the onLoadCustomers() function in this component calls the getCustomers() method from the customer service.
customer.servise.ts
The getCustomers() method in the customer service makes a POST request to the API endpoint ${this.api}api/v1/customers/query with the provided parameters.