Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 422 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 422 Bytes

Beam Ai Test

FOR GET ORDER REQUEST

https://shc09ylrq3.execute-api.us-east-2.amazonaws.com/dev/[email protected]

FOR POST REQUEST TO CREATE ORDER

curl --location 'https://shc09ylrq3.execute-api.us-east-2.amazonaws.com/dev/order' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email":"[email protected]",
    "products":[{"id":1,"quantity":1}]
}'