Why does this stripe call work?
I am calling the [stripe subscribe endpoint ] ( https://docs.stripe.com/api/subscriptions/create ) . according to the doc , it requires the customer and the items in the body of the call . However , when I build it in toddle it works only when I set thet customer and items [0 ] [price ] as query parameters rather than an object in the body . when I enter them in the body it says "customer missing " any idea why this happens ?