{
  "count": 123,
  "num_pages": 13,
  "links": {
    "next": "http://api.example.org/accounts/?page=4",
    "previous": "http://api.example.org/accounts/?page=2"
  },
  "data": [
    {
      "id": 1,
      "lpu_group_id": 11,
      "partner_lpu_id": "12",
      "name": "Тестовая клиника",
      "address": "г. Краснодар, ул. Седина 25",
      "lon": 38.979076,
      "lat": 45.034934,
      "town_id": 2075,
      "town_name": "Краснодар",
      "timedelta": 3,
      "district_id": 325,
      "legal_entity": "ООО Тестовая клиника",
      "second_name_is_required": true,
      "specialities": [
        1,
        2,
        3
      ],
      "phone": "null | +7XXXXXXXXXX | (XXXX) XX-XX-XX | (XXX) XXX-XX-XX | (XXXX) XXX-XXX | (XXXX) XX-XX-XX, (XXXX) XXX-XXX",
      "direct_appointment_is_supported": true,
      "cancel_appointment_is_supported": true,
      "is_visible": true,
      "has_prices": true,
      "total_rating": 3.61,
      "lpu_rating": 3.53,
      "doctors_rating": 3.56,
      "inn": "0000000000",
      "site": "https://clinic-website.ru/",
      "prodoctorov_lpu_url": "https://prodoctorov.ru/podolsk/lpu/lpu_name/",
      "insurance_company_priority": "A"
    }
  ]
}