curl --request POST \
--url https://api.myscalev.com/v3/stores/{store_id}/customers/me/checkout/confirm \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}No OAuth machine scope. Customer-authenticated storefront endpoint.
curl --request POST \
--url https://api.myscalev.com/v3/stores/{store_id}/customers/me/checkout/confirm \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}