multy-stub/server/routers/dogsitters-finder/json/auth/owner.success.json

9 lines
177 B
JSON
Raw Normal View History

2024-11-30 12:16:27 +03:00
{
"data": {
"id": 3,
"phoneNumber": 89872855893,
"firstName": "Гадий",
"secondName": "Петрович",
"role": "owner"
}
}