Hello,
I’m having hard time to implement POST API call using the WEB component.
Tried a lot of solutions posted on this community, but non of them worked for me.
In my case I have some endpoint http://example.com/api/login that requires two URL parameters: email and password.
My main problem is that when I send the request using the blocks on the picture below, my backend does not receive any of these.
This is how mu request should look: http://example.com/api/[email protected]&password=notTellingYou123. This url is tested using POSTMAN using the POST method and it works.