<div dir="ltr"><div dir="ltr">For development purposes is it possible to trigger a preset from an API call or through some other manual method ?</div><div>In the doc section I see where to create, delete and show provisions but nothing to execute.<br></div><div dir="ltr"><br></div><div dir="ltr">I want to provision a device during reboot. In order to debug my provision script I'd rather not have to reboot the device a bunch of times to avoid waiting for the device to come back.<br>Something like the below that would execute the provision without actually having to reboot my device.<br>curl -i '<a href="http://localhost:7557/provisions/PROVISION_STUFF">http://localhost:7557/provisions/PROVISION_STUFF</a>' -X POST \ --data '{ "arg1": "TEST", "arg2": "TESTING"}' <br><br></div></div>