Is it not possible to access flow information through the admin api? I'm using Qwik for my app, and as it's mostly SSR'd, I wanted to be able to create the forms on the server side where possible. However, going through the admin api attempts to redirect me to the public api and the public api returns a CSRF error (rightfully so)