For sure! For example, there's an endpoint that connects to our CMS which returns info of our different offers, e.g. [{offerid:"123","offername": "Test","status": "Draft"},{offerid:"222","offername": "Test2","status": "Published"} I would like call this API endpoint to retrieve the information on a ...