/V2/guest/order/{incrementId}
ORD-2020000054
{"email":"aaa@ddd.com"}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/guest/order/{incrementId}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "email": "aaa@ddd.com" }'
No body