# README
grpcurl -plaintext -d '{ "description": "This is a test consignment", "weight": 55000, "containers": [ { "customer_id": "cust001", "user_id": "user001", "origin": "Manchester, United Kingdom" }, { "customer_id": "cust002", "user_id": "user001", "origin": "Derby, United Kingdom" }, { "customer_id": "cust005", "user_id": "user001", "origin": "Sheffield, United Kingdom" } ] }' localhost:50051 consignment.ShippingService/CreateConsignment
grpcurl -plaintext localhost:50051 consignment.ShippingService/GetConsignments