Create new customers

POST baseURL/delivery/customers

This request will create a new customer to the address book

Get customers

GET baseURL/delivery/customers

This request will get customers from the address book

Get the customer by id

GET baseURL/delivery/customers/{{customer_id}}

This request will get a specific customer from the address book by unique UUID number.