feat: add stub success(#37)
Some checks failed
it-academy/dry-wash-pl/pipeline/head There was a failure building this commit
it-academy/dry-wash-pl/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-11-23 15:56:40 +03:00
parent 0b30ce6571
commit e374cbfdd3
5 changed files with 53 additions and 40 deletions

View File

@@ -0,0 +1,17 @@
{
"success": true,
"body": [
{
"id": "masters1",
"name": "Иван Иванов",
"schedule": ["15:00 - 16:30", "17:00 - 18:00"],
"phone": "+7 900 123 45 67"
},
{
"id": "masters12",
"name": "Иван Иванов",
"schedule": ["15:00 - 16:30", "17:00 - 18:00"],
"phone": "+7 900 123 45 67"
}
]
}