{
  "item": [
    {
      "id": "0f124a7c-35a4-48c8-acd0-395532ad7167",
      "name": "v1",
      "item": [
        {
          "id": "ffbd5fa7-7199-47e2-9795-4ecd2e09c166",
          "name": "location",
          "item": [
            {
              "id": "eda259a9-d95c-4949-a943-9d204a08483b",
              "name": "Создание локаций.",
              "request": {
                "name": "Создание локаций.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "location",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "0cfb11f6-6908-4c3e-a284-bfc8bdc7583f",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"locations\": [\n    {\n      \"location_id\": \"string\",\n      \"merchant_location_id\": \"string\",\n      \"name\": \"string\",\n      \"status\": \"FAILED\",\n      \"errors\": [\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        },\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        }\n      ]\n    },\n    {\n      \"location_id\": \"string\",\n      \"merchant_location_id\": \"string\",\n      \"name\": \"string\",\n      \"status\": \"QUARANTINE\",\n      \"errors\": [\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        },\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "caad941d-a46c-4e62-b362-e38c352eb710",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "19e9433f-6bb9-4954-9d2f-f8dd25f99f03",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "88a4df13-14ce-40e4-92cc-f20c511af4e1",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "db13806a-3251-4fd3-ac83-571c61647f7e",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f9eb030a-14ef-47ab-a4ac-6b217cb5cc7b",
              "name": "Обновление локации.",
              "request": {
                "name": "Обновление локации.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "location",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"merchant_location_id\": \"<string>\",\n  \"location_id\": \"<string>\",\n  \"location_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"address_tail\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"provider_id\": \"<string>\",\n  \"provider_location_id\": \"<string>\",\n  \"pickup_point_type\": \"<string>\",\n  \"payment_methods\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"storage_period_days\": \"<integer>\",\n  \"limits\": {\n    \"length\": \"<double>\",\n    \"width\": \"<double>\",\n    \"height\": \"<double>\",\n    \"weight\": \"<double>\"\n  },\n  \"instruction\": \"<string>\",\n  \"pickup_services\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"working_schedule\": [\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    },\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    }\n  ],\n  \"individual_schedule\": [\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    }\n  ],\n  \"is_accepts_returns\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "73e4d3bc-dbfe-417e-9d7f-1cf1f3669efc",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_location_id\": \"<string>\",\n  \"location_id\": \"<string>\",\n  \"location_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"address_tail\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"provider_id\": \"<string>\",\n  \"provider_location_id\": \"<string>\",\n  \"pickup_point_type\": \"<string>\",\n  \"payment_methods\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"storage_period_days\": \"<integer>\",\n  \"limits\": {\n    \"length\": \"<double>\",\n    \"width\": \"<double>\",\n    \"height\": \"<double>\",\n    \"weight\": \"<double>\"\n  },\n  \"instruction\": \"<string>\",\n  \"pickup_services\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"working_schedule\": [\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    },\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    }\n  ],\n  \"individual_schedule\": [\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    }\n  ],\n  \"is_accepts_returns\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"locations\": [\n    {\n      \"location_id\": \"string\",\n      \"merchant_location_id\": \"string\",\n      \"name\": \"string\",\n      \"status\": \"QUARANTINE\",\n      \"issue\": {\n        \"code\": \"string\",\n        \"message\": \"string\",\n        \"changed_at\": \"2005-05-29T04:22:04.332Z\"\n      },\n      \"errors\": [\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        },\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        }\n      ]\n    },\n    {\n      \"location_id\": \"string\",\n      \"merchant_location_id\": \"string\",\n      \"name\": \"string\",\n      \"status\": \"DRAFT\",\n      \"issue\": {\n        \"code\": \"string\",\n        \"message\": \"string\",\n        \"changed_at\": \"1962-04-11T08:47:23.935Z\"\n      },\n      \"errors\": [\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        },\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce2891f9-a900-41cd-9be7-3447d20d7957",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_location_id\": \"<string>\",\n  \"location_id\": \"<string>\",\n  \"location_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"address_tail\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"provider_id\": \"<string>\",\n  \"provider_location_id\": \"<string>\",\n  \"pickup_point_type\": \"<string>\",\n  \"payment_methods\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"storage_period_days\": \"<integer>\",\n  \"limits\": {\n    \"length\": \"<double>\",\n    \"width\": \"<double>\",\n    \"height\": \"<double>\",\n    \"weight\": \"<double>\"\n  },\n  \"instruction\": \"<string>\",\n  \"pickup_services\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"working_schedule\": [\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    },\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    }\n  ],\n  \"individual_schedule\": [\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    }\n  ],\n  \"is_accepts_returns\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e398a77c-c7dd-472d-80a1-b66727886f77",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_location_id\": \"<string>\",\n  \"location_id\": \"<string>\",\n  \"location_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"address_tail\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"provider_id\": \"<string>\",\n  \"provider_location_id\": \"<string>\",\n  \"pickup_point_type\": \"<string>\",\n  \"payment_methods\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"storage_period_days\": \"<integer>\",\n  \"limits\": {\n    \"length\": \"<double>\",\n    \"width\": \"<double>\",\n    \"height\": \"<double>\",\n    \"weight\": \"<double>\"\n  },\n  \"instruction\": \"<string>\",\n  \"pickup_services\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"working_schedule\": [\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    },\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    }\n  ],\n  \"individual_schedule\": [\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    }\n  ],\n  \"is_accepts_returns\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0e3e724d-25fe-48e9-a7fb-f2354c70371a",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_location_id\": \"<string>\",\n  \"location_id\": \"<string>\",\n  \"location_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"address_tail\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"provider_id\": \"<string>\",\n  \"provider_location_id\": \"<string>\",\n  \"pickup_point_type\": \"<string>\",\n  \"payment_methods\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"storage_period_days\": \"<integer>\",\n  \"limits\": {\n    \"length\": \"<double>\",\n    \"width\": \"<double>\",\n    \"height\": \"<double>\",\n    \"weight\": \"<double>\"\n  },\n  \"instruction\": \"<string>\",\n  \"pickup_services\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"working_schedule\": [\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    },\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    }\n  ],\n  \"individual_schedule\": [\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    }\n  ],\n  \"is_accepts_returns\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5ba8eed0-e0dc-401b-b2f0-5e7331bb911e",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_location_id\": \"<string>\",\n  \"location_id\": \"<string>\",\n  \"location_types\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"address_tail\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"provider_id\": \"<string>\",\n  \"provider_location_id\": \"<string>\",\n  \"pickup_point_type\": \"<string>\",\n  \"payment_methods\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"storage_period_days\": \"<integer>\",\n  \"limits\": {\n    \"length\": \"<double>\",\n    \"width\": \"<double>\",\n    \"height\": \"<double>\",\n    \"weight\": \"<double>\"\n  },\n  \"instruction\": \"<string>\",\n  \"pickup_services\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"working_schedule\": [\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    },\n    {\n      \"day\": \"MONDAY\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      }\n    }\n  ],\n  \"individual_schedule\": [\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"schedule\": {\n        \"time_start\": \"<string>\",\n        \"time_end\": \"<string>\",\n        \"break\": \"<string>\",\n        \"shipping_cutoff\": \"<string>\"\n      },\n      \"is_works\": \"<boolean>\"\n    }\n  ],\n  \"is_accepts_returns\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "72eeb2ca-4060-4359-98a6-668081ebdc58",
              "name": "Архивирование и разархивирование локации.",
              "request": {
                "name": "Архивирование и разархивирование локации.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "location",
                    "archive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "6a7f3321-4a89-4157-8114-4002a65b38f9",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c3d61a01-09a5-4d4d-b4c7-b2fc0761e2ac",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "37519132-5285-4c3a-b9e0-b8a86ea67d04",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "71d7a27a-be57-4b8f-87d4-ee926f8b916a",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "392f003d-abf2-42da-bd1e-02909b3b7dfb",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2f06adca-b98c-4682-9631-8eeee0beffb7",
              "name": "Список локаций с фильтрами и пагинацией.",
              "request": {
                "name": "Список локаций с фильтрами и пагинацией.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "location",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "fa7fddfa-6b05-43ab-8764-b0620358d88f",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"locations\": [\n    {\n      \"location_id\": \"string\",\n      \"merchant_location_id\": \"string\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"string\",\n      \"status\": \"<string>\",\n      \"issue\": {\n        \"code\": \"string\",\n        \"message\": \"string\",\n        \"changed_at\": \"2003-05-01T12:57:35.573Z\"\n      },\n      \"address_tail\": \"string\",\n      \"comment\": \"string\",\n      \"latitude\": 8061.472900815184,\n      \"longitude\": 2536.5329193489138,\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"string\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": 8532,\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"string\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": true\n    },\n    {\n      \"location_id\": \"string\",\n      \"merchant_location_id\": \"string\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"string\",\n      \"status\": \"<string>\",\n      \"issue\": {\n        \"code\": \"string\",\n        \"message\": \"string\",\n        \"changed_at\": \"1972-12-19T16:34:36.303Z\"\n      },\n      \"address_tail\": \"string\",\n      \"comment\": \"string\",\n      \"latitude\": 6797.575602261262,\n      \"longitude\": 701.0915088288028,\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"string\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": 3950,\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"string\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": true\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 9218\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5e155401-3d1c-4ccf-8390-13f03b47e70a",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ac944721-51e6-4525-b4a6-33f33f5c1b4c",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "465f7e68-af6a-4c22-9744-d839f6f8cff1",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2d91bd9b-0e2c-44a9-8106-65ff11bc8c39",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "6af8300b-4f68-41f8-960d-5aa9aefa1f25",
          "name": "polygon",
          "item": [
            {
              "id": "d656b2eb-95ea-475b-9d49-1a46bf18c6cd",
              "name": "Создание полигонов доставки.",
              "request": {
                "name": "Создание полигонов доставки.",
                "description": {
                  "content": "Полигон создаётся в статусе DRAFT.\nСтатус обработки полигона витриной можно получить методом /polygon/list.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "3747eb36-652e-4c97-a9cf-749e9cc76027",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"polygons\": [\n    {\n      \"polygon_id\": \"string\",\n      \"name\": \"string\",\n      \"status\": \"ACTIVE\",\n      \"errors\": [\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        },\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        }\n      ]\n    },\n    {\n      \"polygon_id\": \"string\",\n      \"name\": \"string\",\n      \"status\": \"DELETED\",\n      \"errors\": [\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        },\n        {\n          \"field\": \"string\",\n          \"code\": \"string\",\n          \"message\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1d7624ad-2e1a-43bb-8a2e-b8c631cca766",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c54c7bcf-4f86-41c0-8f5f-8adff76eb73a",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "db2963ca-8cd3-432c-8ba1-e9d36b6d43d8",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "17ff28af-8607-4b6c-b776-78d1627f868b",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9f3fd811-d7ad-4201-bff4-d500a45cc681",
              "name": "Обновление координат полигона.",
              "request": {
                "name": "Обновление координат полигона.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "coordinates",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ]\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "793d0abf-f620-4cb2-a921-39048ebb8f55",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ]\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8800dafc-4f70-4e67-a38f-2b79faca6138",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ]\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c60863ab-cddc-4d88-a895-60fe6811bcd9",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ]\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce61e9e8-d6d7-4a1f-a074-b1964fdc91ce",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ]\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "835cda4c-da63-4b82-92e7-b555272bf35b",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ]\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "dbfbf163-c991-46c0-9e9f-f804d8eae3ca",
              "name": "Обновление опций доставки (диапазоны, цена, время).",
              "request": {
                "name": "Обновление опций доставки (диапазоны, цена, время).",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "delivery-options",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "2a380c49-ba1d-4fa7-af37-88bbd21afca6",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6b9ea65d-93f1-40c8-ba2d-483eb4b9980f",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f391ac5c-f456-45f6-a86a-3c15f8b44394",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b2c63069-09f9-4be2-8092-4353db87f56e",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6ec0bfce-afa5-418b-a8e6-71e162e2d534",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "de4945f6-e8aa-42fd-9a44-f05474dacd7f",
              "name": "Удаление полигона.",
              "request": {
                "name": "Удаление полигона.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "delete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"polygon_id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "114d61b1-99bc-414b-9dba-18f952f69181",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e77e9169-08de-492a-982d-5d003c21f167",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "34a6d4ac-e5bb-4ec2-96b8-1a95047d99e3",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e2dbc72b-2555-4756-b931-ff243c63e46f",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9383f910-6f73-4cb6-bb58-ad0a3bfb426e",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "593e78f3-2d8b-48e7-a8d0-7384c3a915b0",
              "name": "Список полигонов с фильтрами и пагинацией.",
              "request": {
                "name": "Список полигонов с фильтрами и пагинацией.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "6adce54e-d6ba-4200-8ef9-a4cf7008433e",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"polygons\": [\n    {\n      \"polygon_id\": \"string\",\n      \"location_id\": \"string\",\n      \"name\": \"string\",\n      \"status\": \"ACTIVE\",\n      \"issue\": {\n        \"code\": \"string\",\n        \"message\": \"string\",\n        \"changed_at\": \"string\"\n      },\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ]\n    },\n    {\n      \"polygon_id\": \"string\",\n      \"location_id\": \"string\",\n      \"name\": \"string\",\n      \"status\": \"DRAFT\",\n      \"issue\": {\n        \"code\": \"string\",\n        \"message\": \"string\",\n        \"changed_at\": \"string\"\n      },\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 1878\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3f1fbc52-d9fd-449d-b035-7c0e6ac1e014",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "23506e91-4d8e-4ba1-ada2-294abe23b39a",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "88402fe9-2464-450b-878d-e0a288196855",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c8b1d36f-1f8e-44d8-953c-49fe34ec70f3",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "034f35d1-8157-401b-894d-ec9d21cde509",
              "name": "Привязка полигона к складу.",
              "request": {
                "name": "Привязка полигона к складу.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "bind"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "8009da0f-2801-4569-a84e-95e7ed40702b",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "51837f44-de9d-4a8e-8c60-107cf2676e2b",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ec1072a2-d6b5-474c-9e34-0e80fd52100a",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f615e034-edd0-4160-b5fb-898da29d382c",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "192eec86-81e4-4e33-9203-80347a461e96",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "625d6b33-9f79-43f1-9d44-28c0d1646a7e",
          "name": "order/dbs",
          "item": [
            {
              "id": "08384c8e-9ae3-48cc-a59e-8b8a10744ccd",
              "name": "Получение списка заказов.",
              "request": {
                "name": "Получение списка заказов.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"<string>\",\n    \"to\": \"<string>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "b8e620c3-dbc0-4bc7-818b-e0f6c278ca8f",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"<string>\",\n    \"to\": \"<string>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"orders\": [\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"location_id\": \"string\",\n      \"status\": \"NEW\",\n      \"customer\": {\n        \"customer_id\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\"\n      },\n      \"delivery\": {\n        \"delivery_type\": \"PICKUP_POINT\",\n        \"address_tail\": \"string\",\n        \"comment\": \"string\",\n        \"latitude\": 7139.877071186518,\n        \"provider_location_id\": \"string\",\n        \"longitude\": 6883.023387816547\n      },\n      \"product_id\": \"string\",\n      \"product_name\": \"string\",\n      \"offer_id\": \"string\",\n      \"prices\": [\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 1245,\n          \"currency_code\": \"RUB\",\n          \"vat\": \"<string>\"\n        },\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 5284,\n          \"currency_code\": \"RUB\",\n          \"vat\": \"<string>\"\n        }\n      ],\n      \"delivery_date\": {\n        \"delivery_date_begin\": \"string\",\n        \"delivery_date_end\": \"string\"\n      },\n      \"created_at\": \"string\",\n      \"actions\": [\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        },\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        }\n      ],\n      \"handover_code\": \"string\",\n      \"exemplar\": {\n        \"exemplar_id\": \"string\",\n        \"gtd\": \"string\",\n        \"marks\": [\n          {\n            \"mark\": \"string\",\n            \"mark_type\": \"string\"\n          },\n          {\n            \"mark\": \"string\",\n            \"mark_type\": \"string\"\n          }\n        ],\n        \"rnpt\": \"string\",\n        \"weight\": 9379.210232420408\n      },\n      \"requirements\": {\n        \"requires_change_country\": false,\n        \"requires_gtd\": false,\n        \"requires_country\": false,\n        \"requires_mandatory_mark\": true,\n        \"requires_jw_uin\": true,\n        \"requires_rnpt\": false,\n        \"requires_weight\": false,\n        \"requires_imei\": true\n      },\n      \"prr_option\": \"string\",\n      \"status_history\": [\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"string\",\n          \"status\": \"NEW\",\n          \"comment\": \"string\"\n        },\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"string\",\n          \"status\": \"NEW\",\n          \"comment\": \"string\"\n        }\n      ],\n      \"delivery_date_history\": [\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"string\",\n          \"delivery_date_begin\": \"string\",\n          \"delivery_date_end\": \"string\",\n          \"comment\": \"string\"\n        },\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"string\",\n          \"delivery_date_begin\": \"string\",\n          \"delivery_date_end\": \"string\",\n          \"comment\": \"string\"\n        }\n      ]\n    },\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"location_id\": \"string\",\n      \"status\": \"NEW\",\n      \"customer\": {\n        \"customer_id\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\"\n      },\n      \"delivery\": {\n        \"delivery_type\": \"CLICK_AND_COLLECT\",\n        \"address_tail\": \"string\",\n        \"comment\": \"string\",\n        \"latitude\": 6573.098147396787,\n        \"provider_location_id\": \"string\",\n        \"longitude\": 9570.019334370027\n      },\n      \"product_id\": \"string\",\n      \"product_name\": \"string\",\n      \"offer_id\": \"string\",\n      \"prices\": [\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 9789,\n          \"currency_code\": \"RUB\",\n          \"vat\": \"<string>\"\n        },\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 3671,\n          \"currency_code\": \"RUB\",\n          \"vat\": \"<string>\"\n        }\n      ],\n      \"delivery_date\": {\n        \"delivery_date_begin\": \"string\",\n        \"delivery_date_end\": \"string\"\n      },\n      \"created_at\": \"string\",\n      \"actions\": [\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        },\n        {\n          \"type\": \"cancel\",\n          \"enabled\": true\n        }\n      ],\n      \"handover_code\": \"string\",\n      \"exemplar\": {\n        \"exemplar_id\": \"string\",\n        \"gtd\": \"string\",\n        \"marks\": [\n          {\n            \"mark\": \"string\",\n            \"mark_type\": \"string\"\n          },\n          {\n            \"mark\": \"string\",\n            \"mark_type\": \"string\"\n          }\n        ],\n        \"rnpt\": \"string\",\n        \"weight\": 5897.993436856969\n      },\n      \"requirements\": {\n        \"requires_change_country\": false,\n        \"requires_gtd\": true,\n        \"requires_country\": true,\n        \"requires_mandatory_mark\": false,\n        \"requires_jw_uin\": true,\n        \"requires_rnpt\": false,\n        \"requires_weight\": false,\n        \"requires_imei\": false\n      },\n      \"prr_option\": \"string\",\n      \"status_history\": [\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"string\",\n          \"status\": \"NEW\",\n          \"comment\": \"string\"\n        },\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"string\",\n          \"status\": \"NEW\",\n          \"comment\": \"string\"\n        }\n      ],\n      \"delivery_date_history\": [\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"string\",\n          \"delivery_date_begin\": \"string\",\n          \"delivery_date_end\": \"string\",\n          \"comment\": \"string\"\n        },\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"string\",\n          \"delivery_date_begin\": \"string\",\n          \"delivery_date_end\": \"string\",\n          \"comment\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 2014\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0f10c4a5-fc49-4ed7-83df-a7eebefcad98",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"<string>\",\n    \"to\": \"<string>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2f6daa62-6e65-4c89-9fe6-0f830ce70c2e",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"<string>\",\n    \"to\": \"<string>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d1bf09fc-ddf3-44a7-a525-5772b712fa93",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"<string>\",\n    \"to\": \"<string>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "54d78c0d-1bc9-48f9-9909-0fbcb0b8802b",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"<string>\",\n    \"to\": \"<string>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9232420e-4422-4ea5-8035-2e37ba8cb688",
              "name": "status",
              "item": [
                {
                  "id": "900d295b-88c0-40b7-98a0-825f246c67be",
                  "name": "Получение обновлений статусов заказов.",
                  "request": {
                    "name": "Получение обновлений статусов заказов.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "status",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "auth": null,
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cursor\": \"<string>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"<string>\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "d81fab6b-e186-459a-a59e-bf6d0a53565c",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"<string>\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"order_updates\": [\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"NEW\",\n      \"actions\": [\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        },\n        {\n          \"type\": \"cancel\",\n          \"enabled\": true\n        }\n      ]\n    },\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"NEW\",\n      \"actions\": [\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        },\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 382\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "3e3573bd-e878-420e-b764-76914f9d26ee",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"<string>\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "73be04b7-4964-4cea-a711-8ced6dc10ebf",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"<string>\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "68d01562-3518-4566-8c4d-a7fff8b6d653",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"<string>\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "339ab2e5-8cb4-4874-9862-f3d1a33414d8",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"<string>\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "fe8cdfb1-4a55-49b3-9ba6-d80e00498f05",
                  "name": "Обновление статуса заказа.",
                  "request": {
                    "name": "Обновление статуса заказа.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "status",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "auth": null,
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    }\n  ],\n  \"comment\": \"<string>\",\n  \"changed_at\": \"<string>\",\n  \"changed_by\": \"MERCHANT\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "e1faab35-ea40-42ea-898d-ee331b99cf28",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    }\n  ],\n  \"comment\": \"<string>\",\n  \"changed_at\": \"<string>\",\n  \"changed_by\": \"MERCHANT\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "867e5178-0f27-4f9c-8745-a7f601f6aa57",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    }\n  ],\n  \"comment\": \"<string>\",\n  \"changed_at\": \"<string>\",\n  \"changed_by\": \"MERCHANT\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "0d1d80f7-e499-4bba-b8e0-3b092a734629",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    }\n  ],\n  \"comment\": \"<string>\",\n  \"changed_at\": \"<string>\",\n  \"changed_by\": \"MERCHANT\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "49c90252-d6c6-4fb9-a5f7-6a93ca9eedbc",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    }\n  ],\n  \"comment\": \"<string>\",\n  \"changed_at\": \"<string>\",\n  \"changed_by\": \"MERCHANT\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "ade9af5b-082a-45b3-bd6e-7c82232e79ae",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    }\n  ],\n  \"comment\": \"<string>\",\n  \"changed_at\": \"<string>\",\n  \"changed_by\": \"MERCHANT\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            },
            {
              "id": "d8a30582-be90-4f77-b473-1d5035a8bee5",
              "name": "Передача сведений об экземплярах товаров.",
              "request": {
                "name": "Передача сведений об экземплярах товаров.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "exemplar",
                    "set"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "03d7082d-fb06-4c30-83b1-9fdcce848b79",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6c13bfe5-f4c1-45ff-b041-b0c24cd7f3b6",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "949931f3-9bc5-4240-8960-3c68e1cd9811",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e5fdc906-187e-4187-9562-8e8f47f463e3",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "28478127-a895-43f0-977e-2578f26eab61",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c68a6596-358e-486c-86a5-a8675b893a55",
              "name": "Получение стоимости доставки по client_order_ids и/или списку merchant_order_ids.",
              "request": {
                "name": "Получение стоимости доставки по client_order_ids и/или списку merchant_order_ids.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "delivery-cost",
                    "get"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "ddda0780-aa59-419e-acfc-c28ff8a216b0",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"deliveries\": [\n    {\n      \"client_order_id\": \"string\",\n      \"merchant_order_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 5639,\n      \"currency\": \"RUB\"\n    },\n    {\n      \"client_order_id\": \"string\",\n      \"merchant_order_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"price\": 5672,\n      \"currency\": \"RUB\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ec16dc62-6f68-4bf6-afe2-606e1872b62e",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6add13d3-401b-46f9-b4f8-a2954a2ec6b8",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d54d8e7a-365c-40ce-a73f-4fbc58cb9743",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5c57c664-cb10-496e-aec7-45ffcf082073",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "002098fd-056b-4f6c-a6ef-2222426105c7",
              "name": "Передача кода вручения по заказам продавца.",
              "request": {
                "name": "Передача кода вручения по заказам продавца.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "handover-code",
                    "set"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"handover_code\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "74bbbbf6-4416-4e85-878c-6812bdc97897",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"handover_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6c0c7614-abb9-4ec2-a6b3-e5b50ce3afb0",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"handover_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d071657f-51b3-4340-8ce5-f035690c9b80",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"handover_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "12edebad-e376-4a21-9e68-71696ebe5c34",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"handover_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "52b9e409-7c31-44ac-a0ce-d10fb802b440",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"handover_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "e2b6480e-2440-418a-aa2a-597f4f4694c0",
              "name": "Установить слот доставки.",
              "request": {
                "name": "Установить слот доставки.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "timeslot",
                    "set"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"<string>\",\n  \"delivery_date_end\": \"<string>\",\n  \"changed_by\": \"MERCHANT\",\n  \"comment\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "8361da26-00e0-40f3-bc37-2410a7e1e68b",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"<string>\",\n  \"delivery_date_end\": \"<string>\",\n  \"changed_by\": \"MERCHANT\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "625032a8-828f-4d5c-b9ea-1ef55f1ff400",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"<string>\",\n  \"delivery_date_end\": \"<string>\",\n  \"changed_by\": \"MERCHANT\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3f3af54f-5070-424b-a223-9eb0852e6f87",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"<string>\",\n  \"delivery_date_end\": \"<string>\",\n  \"changed_by\": \"MERCHANT\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1fa10962-12ed-4c80-9649-f409b76468fd",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"<string>\",\n  \"delivery_date_end\": \"<string>\",\n  \"changed_by\": \"MERCHANT\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cad6f04e-8ff3-40f4-b5f0-60204d52a7c0",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"<string>\",\n  \"delivery_date_end\": \"<string>\",\n  \"changed_by\": \"MERCHANT\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c005da1b-339b-4aa5-9713-a22c0dc880ef",
              "name": "Обновление адреса доставки.",
              "request": {
                "name": "Обновление адреса доставки.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "delivery-address",
                    "set"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "e4a6db52-b8fd-485c-aff3-82167b4e32ac",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1f2b6323-d913-4147-93ed-57486801238e",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "57d368c8-06af-45af-910b-be5870b1412e",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3e0a9957-9a6b-4594-a909-2d27525fa6f7",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "678f8d61-b8cd-4a0a-a0ad-a12fc0cc44c1",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "de1f3683-f3a2-4c86-a22d-18da29779a3a",
              "name": "Передача внешнего трек-номера (от СД).",
              "request": {
                "name": "Передача внешнего трек-номера (от СД).",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "delivery-provider",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "17447362-1a35-4746-b878-d5c90e3fd86c",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "eb90558b-a084-4a2c-83d8-a1da74171166",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8f61ff04-e83f-4e1a-afca-40265d629e95",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d10932b4-5e5e-43b1-a2fe-c99138149087",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1657b916-bd9c-4633-8771-1b48daf9cf6a",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "83e21d94-10b2-4670-8d34-1140e40cf2f4",
          "name": "cancellation",
          "item": [
            {
              "id": "6c31ed4e-8ebe-46ba-802b-8e2b55d2c81f",
              "name": "Список заявок на отмену заказа.",
              "request": {
                "name": "Список заявок на отмену заказа.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "cancellation",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "14699445-0b5f-4483-a548-85e7eb26b599",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"cancellations\": [\n    {\n      \"cancellation_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"NEW\",\n      \"description\": \"string\"\n    },\n    {\n      \"cancellation_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"NEW\",\n      \"description\": \"string\"\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 4668\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1a2796cd-0c9b-4524-99a2-f42382f7a194",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "444fd632-8732-46eb-bac5-d658cb98755d",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d587563f-c799-4d8e-b8e9-adbe92675c0f",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2a886b63-175c-4eb7-af99-4a7beb5eaa74",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d064eb99-fa2d-449d-96cb-82e99bbc67f1",
              "name": "Обновление заявки на отмену заказа.",
              "request": {
                "name": "Обновление заявки на отмену заказа.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "cancellation",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cancellation_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "5af6d858-9539-4073-ac45-83bc30ccda68",
                  "name": "Успех. Тело ответа — пустой JSON-объект `{}`.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "28e1810d-703f-413c-8fcc-62390fa88f10",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5c64b5ae-6e93-4a7f-9c75-ee1cab175fcd",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6437b1ae-760d-40aa-a9fa-0d2545168b5e",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e177fb3d-cd3a-4bbb-94a3-38e2a1d2241d",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "4886352c-e7af-42e0-9865-d3ed57c8099f",
          "name": "return",
          "item": [
            {
              "id": "96599eab-ce54-4f23-9352-f55747860943",
              "name": "Список заявок на возвраты клиента.",
              "request": {
                "name": "Список заявок на возвраты клиента.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "return",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "095f97fd-2813-40e7-bc71-62298aa8bee7",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"returns\": [\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"status\": \"NEW\",\n      \"product_name\": \"string\",\n      \"client_photo\": [\n        \"string\",\n        \"string\"\n      ],\n      \"delivery\": {\n        \"delivery_type\": \"<string>\",\n        \"address_tail\": \"string\",\n        \"comment\": \"string\",\n        \"location_id\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"delivery_date\": {\n        \"delivery_date_begin\": \"string\",\n        \"delivery_date_end\": \"string\"\n      },\n      \"return_request_reviewed_at\": \"string\",\n      \"description\": \"string\",\n      \"created_at\": \"string\",\n      \"money_returned\": {\n        \"value\": 5058.013555461248,\n        \"currency_code\": \"RUB\"\n      }\n    },\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"status\": \"NEW\",\n      \"product_name\": \"string\",\n      \"client_photo\": [\n        \"string\",\n        \"string\"\n      ],\n      \"delivery\": {\n        \"delivery_type\": \"<string>\",\n        \"address_tail\": \"string\",\n        \"comment\": \"string\",\n        \"location_id\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"delivery_date\": {\n        \"delivery_date_begin\": \"string\",\n        \"delivery_date_end\": \"string\"\n      },\n      \"return_request_reviewed_at\": \"string\",\n      \"description\": \"string\",\n      \"created_at\": \"string\",\n      \"money_returned\": {\n        \"value\": 5459.448912613889,\n        \"currency_code\": \"RUB\"\n      }\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 2652\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "05b70d6a-de0b-48da-af25-12add69fcd89",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "90b3b9a7-b7da-4a28-a10c-2d24ce268a3d",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "28548782-2f1a-4838-8c2d-f4021dbbac51",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dec46273-32a4-4750-91b5-ddffc4716610",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f922ecc4-3b91-4463-9083-3a8d8c2c16b6",
              "name": "dbs",
              "item": [
                {
                  "id": "75e09394-3928-4f1c-be60-e0826c73ce29",
                  "name": "Установка статуса возврата.",
                  "request": {
                    "name": "Установка статуса возврата.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "dbs",
                        "status",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "auth": null,
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"partial_refund_amount\": \"<double>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "4bfaf7e9-30bb-4933-aef2-bcbcbd766617",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"partial_refund_amount\": \"<double>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "84574153-96ab-41cc-99d6-75f088e79f60",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"partial_refund_amount\": \"<double>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "f3b395a6-2183-4530-b0f8-3a9440aac400",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"partial_refund_amount\": \"<double>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "ab3c79ae-dba0-49a2-8c50-38aa5d748a56",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"partial_refund_amount\": \"<double>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "ffa4099b-9769-4fe7-b570-0af9423860f9",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"NEW\",\n  \"partial_refund_amount\": \"<double>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "cb535c29-9500-4870-bc22-c742a5b9ca6b",
                  "name": "Обновление сведений об экземплярах возврата.",
                  "request": {
                    "name": "Обновление сведений об экземплярах возврата.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "dbs",
                        "exemplar",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "auth": null,
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "dbe7760a-3aab-4f38-a166-0457c107df5d",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "fd28592b-ee70-48b1-989c-2484a275cc65",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "8a6ccb32-c508-46d2-aaa9-da792cd86f05",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "b1dbb450-5e74-4e4f-be19-501e1a78a868",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "35cf0b2a-d22e-45b1-a082-7d269aa39bd9",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            }
          ],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.example.com",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "Authorization"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "b98f6fcf-cf5b-49ec-b526-5e5b6d9376ef",
    "name": "Seller API DBS",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Базовые методы Seller API (DBS).",
      "type": "text/plain"
    }
  }
}