How to submit a Post request using the website builder?

I’m aware that were I to create my own site from scratch using php, I could probably quite easily do what I want to.

However, at the moment I am looking to get a simple placeholder page up so users can register for what I guess could be described as a glorified mailing list.
I’d like for users to be able to submit their email in a post request to my middleware, which will then be processed accordingly.

Currently when I look at the designer, I can’t seem to find a way to create a form that’d allow me to generate and submit a post request.

Is it possible, or would I have to throw something together manually?