I am new to Rest Assured. I have stored below Request in excel and successfully i am retrieving and sending also.. but while sending, i need to add 'Transaction tag' from another api response which i already stored in Object(TTAG).
So how to pass TTATG
obj in 'transaction tag' during run time. Please suggest an idea.
Request:
{
"transaction_tag": "Enter transaction tag",
"transaction_type": "capture",
}