I’m connecting a document generation service via API which has for the most part been working as expected - simple data structure from the database has been transferred to a docx file where ever the parameters were in the document.
However, I’m having issues with some structures of data where I need to see what the outcome will be instead of constantly having to download the document and scroll to the affected section in the document. I’ve found post bin where it seems this service will display the data I send to it but I’m not sure exactly how to use it with my current API.
When I simply swap out the POST URL in my Bubble app to the post bin one, it just tells me some trace data, IP address, location etc - no data at all.
This is currently what my API call looks like. Is this set-up correct?