I need to parse a complex response from an API, then reassemble that data back into my app. I’ve read it may be possible to mock the format of an API data source and output that data using that sources format on a server script.
I’ve tried logging that custom data source when used as an input in server script, then returning a modified version via output on the server script.
As well as a variety of methods circling this approach. There seems to be no method for me to inspect exactly how this data should be structured to be a successfully output.
After wasting 24 hours on this with no luck. I’m hoping someone can lend a clue.