curl -L \
--request POST \
--url 'https://beta.magento.pixiedia.com/V2/customer/checkout' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"billingData": {
"sameAsShipping": "1"
},
"paymentInformation": {
"payment_method": "cashondelivery"
}
}'