https://shc09ylrq3.execute-api.us-east-2.amazonaws.com/dev/[email protected]
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}]
}'