I've observed that when I run an Endpoint in Debug mode, the '$request_uri' environment variable contains a url like this:
/api:mvp-admin/query/XXXX/debug
This leads me to believe that it would be possible to execute calls in debug mode and take advantage of draft execution by using an external tool such as 'Postman' to execute workflow CI logic.
However, when I try to do this, I get an authorization error.
Is this possible, Xano team?