Create Customer Upon Checkout (Guest Order)
/V2/guest/checkout/create/account
{"orderId":20}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/guest/checkout/create/account' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "orderId": 20 }'
No body