Compare commits

..

No commits in common. "02e50bb2f921ef5abe317771ea2b1bb67bf5d05e" and "4759f6f7ee1eb63d08508b753eba0728590690c3" have entirely different histories.

View File

@ -1,20 +1,13 @@
{ [
"data": [
{ {
"id": 1, "id": 1,
"phone_number": "89999999999", "phone_number": 89283244141,
"first_name": "Вася", "first_name": "Вася",
"second_name": "Пупкин", "second_name": "Пупкин",
"role": "dogsitter", "role": "dogsitter",
"location": "Россия, республика Татарстан, Казань, Пушкина, 12", "location": "Россия, республика Татарстан, Казань, улица Пушкина, 12",
"price": "1500", "price": 1500,
"about_me": "Я люблю собак!", "about_me": "Я люблю собак"
"rating": 5,
"ratings": [
5,
5
],
"tg": "jullllllie"
}, },
{ {
"id": 2, "id": 2,
@ -23,18 +16,12 @@
"second_name": "Пуськин", "second_name": "Пуськин",
"role": "dogsitter", "role": "dogsitter",
"location": "Россия, республика Татарстан, Казань, улица Абсалямова, 19", "location": "Россия, республика Татарстан, Казань, улица Абсалямова, 19",
"price": 2000, "price": 1000000,
"about_me": "Я не люблю собак. И вообще я котоман.", "about_me": "Я не люблю собак. И вообще я котоман."
"rating": 4,
"ratings": [
4,
4
],
"tg": "vanya006"
}, },
{ {
"id": 3, "id": 3,
"phone_number": 89559999999, "phone_number": 89872855893,
"first_name": "Гадий", "first_name": "Гадий",
"second_name": "Петрович", "second_name": "Петрович",
"role": "owner" "role": "owner"
@ -46,24 +33,7 @@
"second_name": "Максим", "second_name": "Максим",
"role": "dogsitter", "role": "dogsitter",
"location": "Россия, республика Татарстан, Казань, проспект Ямашева, 83", "location": "Россия, республика Татарстан, Казань, проспект Ямашева, 83",
"price": 1750, "price": 1000000,
"about_me": "Миллион алых роз", "about_me": "Миллион алых роз"
"rating": 4.5,
"ratings": [
4,
5
],
"tg": "maks100500"
}
],
"interactions": [
{
"owner_id": 3,
"dogsitter_id": 4
},
{
"owner_id": 1,
"dogsitter_id": 2
} }
] ]
}