[
{
"bookId": 8,
"bookName": "social",
"authorId": 7,
"authorName": "Ram",
"publisherId": 6,
"publisherName": "potho",
"genre": "nature",
"price": 1000,
"numberOfPages": 1000
}
]
The above response body, I want to display in console using with rest assured concept. please tell me code