I have a request and I want to parameterize some fields in the Body, below is an example. I appreciate any help.
Request:
http://website/request
Body: (I want to parametrize the first and last names only)
request": {
“FirstName”: “{{chris}}”,
“LastName”: “{{tom}}”,
“Email”: “ctom@company.net”,