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

31 lines
716 B
JSON
Raw Permalink Normal View History

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