Examples This examples use httpie Create Orders http POST :8080/api/orders items:='[{"productId": 123, "quantity": 2}, {"productId": 124, "quantity": 1}]' Get all Orders http GET :8080/api/orders Get Inventory http GET :8080/api/inventory/123