Am I the only one who use CURL over such tools? I don't want a 300MB electron client doing GET/POST work, especially those with hidden telemetry on.
In the year 2024 with 8 cores, 32gb of ram and 4tb of storage available the electron overhead generally also doesn't really matter that much to me. Though this doesn't seem to be an electron app either, rather a PWA. Which makes me wonder how well it works with all CORS limitations you are facing in the browser.
Not that I have anything against CURL either, when I am working in a CLI (for example on a server) it is the perfect tool.