As it was not mentioned before on this topic, there is also a CI/CD accelerator from Workato (= bundle of recipes, connections, lookup tables) that with some configuration / tweaking could lead to a working solution.
It's not always perfect the auto JSON parser, but if you're sure of the schema you could also use then you may want to map the body of the API call's response (without defined schema) to the JSON parser by Workato and put your own example there.
Is it an idea to:Map the entire api response to a variable (in formula mode)Use gsub to find en replace @ symbols with nothingUse JSON parser by Workato that has the variable as document and as sample document an example without @'sFrom there you sho...