Hello, I got the API call working in Postman but having trouble making it work in Bubble.
Here is my Postman set up:
As you can see, it’s not passed in “Params” but instead in “Body” and the type is “x-www-form-urlencoded”
I tried several different set ups in Bubble but each time get an error that client ID cannot be empty (it is not)
I tried the above in Bubble and also tried switching Body type to JSON and Form-data but no luck.
Is it possible?