diff --git a/README.md b/README.md index 2d74d3aa682490a6c2f578d349e23f68436d4972..f8aa49bef744299981c29e733a6efbedb131ef70 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ http://localhost:8080/order/ Method = ["GET"] http://localhost:8080/order/ Method = ["POST"] +Example JSON data + ```JSON { "products": [ @@ -69,6 +71,9 @@ http://localhost:8080/order/ Method = ["POST"] ``` http://localhost:8080/order/payment Method = ["POST"] + +Example JSON data + ```JSON { "order_id": 1,