Hello everyone
I’m having a problem passing whole to object to variable then use it as a body in call.
Here is how my data looks like:
[
{
"id:“6464564646”,
“name”:“Test”,
"Country:“EN”,
“some array”:[
]
},
{
"id:“6464564646”,
“name”:“Test”,
"Country:“EN”,
“some array”:[
]
},
{
"id:“6464564646”,
“name”:“Test”,
"Country:“EN”,
“some array”:[
]
}
]
On request body i managed get some values from iteration.
But can’t manage to get whole object as variable.
Any kind of help will be really appreciated.