WebRequest and parameters

Yes, you can use the "Iterate web request" action. It allows specifying the request body from a column. Since the table has only 1 row, the action will perform exactly 1 request.

You can construct JSONs of any complexity using the "Construct JSON" action. See below an example that constructs the sample JSON that you provided:

construct-json.morph (4.4 KB)