Hi,
So I’m working with shotstack.io’s API. I have tested sending POST requests with JSON in the API connector.
For my app, I want to take user input and dynamically change the JSON I send in the POST request. I know how to change values via the “<>” operator but “<>” is only used for change the value. I want to change th structure of the JSON based on user input.
Where do I start to figure this out? Is there any API or plugin I can use?