{ "request": { "method": "GET", "urlPath": "/filials/list" }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "jsonBody": { "data": [ { "id": 1, "name": "Test Filial", "address": "г. Саратов, ул. Тестовая, д. 1" } ] } } }