# Ally.CouriersClusters

#### Назначение: 

Кластеры курьеров (10/2024)

---

#### Записывает в таблицы:

- restaurants
- userAddRestaurants

---

#### Структура JSON:

```json
{
  "type": 
  "source":
  "operation":
  "key": {
    "id_courier":
    "id_cluster":
  },
  "value": {
    "name_cl":
  }
}
```