multy-stub/server/routers/dhs-testing/json/submit-record/submit.json

18 lines
405 B
JSON
Raw Normal View History

2024-05-30 17:39:33 +03:00
{
"formData":[
{
"name": "Имя1",
"phone": "89997776655",
"date": "2024-01-06",
"time": "12:00",
"specialist": "Иванов"
},
{
"name": "Имя2",
"phone": "89997776654",
"date": "2024-01-06",
"time": "15:00",
"specialist": "Иванов"
}
]
}