chore: initial import for test contour

This commit is contained in:
sova-bootstrap
2026-05-27 19:36:34 +03:00
commit 721afae5d5
19 changed files with 464 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"request": {
"method": "GET",
"urlPath": "/pricelist/departments"
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"jsonBody": {
"data": [
{
"id": 10,
"name": "Test Department",
"viewInWeb": 1,
"schCount": 5
}
]
}
}
}