I am not able to get a list of id from the below json with the help of RestAssured JsonPath.
{
"Test": [
{
"id": "657"
},
{
"id": "2711"
}
],
"Test2": [
{
"id": "657"
},
{
"id": "711"
}
]
}