The Response body is like:
[
[
{
"id": "1",
"status": false
},
{
"id": "1",
"status": false
}
],
[
{
"id": "2",
"status": true
}
]
]
I have to validate," if id =1, status should be false", Test gets passed *
Am an absolute beginner hope someone can help me with this