evropat

GET /v1/cities # get cities
GET /v1/offices # get offices
POST /v6/waybill # create waybill 
{
  "city_id": 1,
  "office_id": 2,
  "extra": "ei mega qka e taq integraciq"
}