POST
baseURL/delivery/customers
This request will create a new customer to the address book
GET
baseURL/delivery/customers
This request will get customers from the address book
GET
baseURL/delivery/customers/{{customer_id}}
This request will get a specific customer from the address book by unique UUID number.