Files
2026-05-27 19:36:34 +03:00

22 lines
373 B
JSON

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