{ "request": { "method": "GET", "urlPath": "/users/1" }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "jsonBody": { "id": 1, "name": "Student 1", "grade": "A", "school_name": "OTUS School", "city": "Moscow" } } }