multy-stub/server/routers/task-boss/stubs/peoples/success.json

31 lines
716 B
JSON

{
"data": [
{
"id": 1,
"family": "Иванов",
"name": "Иван",
"secondName": "Иванович",
"phone": "",
"email": ""
},
{
"id": 2,
"family": "Буйнов",
"name": "Александр",
"secondName": "Александрович",
"phone": "",
"email": ""
},
{
"id": 3,
"family": "Зыков",
"name": "Александр",
"secondName": "Григорьевич",
"phone": "",
"email": ""
}
],
"errors": [],
"warnings": []
}