Sending a api reqeust with textboxes

I want this button to send an API request and whatever username is in that textbox it will send to the API. I am not sure how to add this someone help, it will also have a textbox containing a amount of numbers you wanna send API requests

For example the API is like this -
http://127.0.0.1:9007/report/?user_id=&amount=


Base url should be

On the headers & queries section, you should have 2 query parameters

  • user_id
  • amount

You can set the user ID parameter with magic text.

Not sure what to put for the method
and for Headers and quareies I am not sure what to put for name and the value

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.