curl --request POST \
--url https://api.myscalev.com/v3/orders/{id}/payment \
--header 'Authorization: Bearer <token>'{}Requires the order:update machine scope. Create a payment request / intent for an order.
curl --request POST \
--url https://api.myscalev.com/v3/orders/{id}/payment \
--header 'Authorization: Bearer <token>'{}