Customers
Number of APIs: 4
- 
List customers GET {{baseUrl}}/customers 
- 
Create a customer POST {{baseUrl}}/customers 
- 
Get a customer GET {{baseUrl}}/customers/:customer_id 
- 
Update a customer PATCH {{baseUrl}}/customers/:customer_id 
Number of APIs: 4
List customers GET {{baseUrl}}/customers
Create a customer POST {{baseUrl}}/customers
Get a customer GET {{baseUrl}}/customers/:customer_id
Update a customer PATCH {{baseUrl}}/customers/:customer_id