Untitled

 avatar
unknown
plain_text
2 years ago
2.2 MB
5
Indexable
// create

// payload
{
    "name": "________абв",
    "is_active": true,
    "vendor_code": "iuouoiurehjfeeri858943850438",
    "category_uuids": [
        "1eddf476-b729-6ea4-b89e-0242ac140005"
    ],
    "attribute_set_uuids": [
        "1ee218ed-6c0c-62b0-8814-29376bf490e4"
    ],
    "price": 0,
    "trade_network_uuids": [
        "1ee26737-7760-67fe-bb4c-0242ac14002d"
    ],
    "data": {
        "1ee20911-64c2-6df6-a03c-ff96341e637a": "111",
        "1ee20913-087c-6bbc-8dc2-1b1dc77d26a8": "ммм"
    },
    "type": "simple"
}

// curl
curl 'https://staging-1-0.envs.iqd.by/product/create' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'content-type: application/json' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --data-raw '{"name":"________абв","is_active":true,"vendor_code":"iuouoiurehjfeeri858943850438","category_uuids":["1eddf476-b729-6ea4-b89e-0242ac140005"],"attribute_set_uuids":["1ee218ed-6c0c-62b0-8814-29376bf490e4"],"price":0,"trade_network_uuids":["1ee26737-7760-67fe-bb4c-0242ac14002d"],"data":{"1ee20911-64c2-6df6-a03c-ff96341e637a":"111","1ee20913-087c-6bbc-8dc2-1b1dc77d26a8":"ммм"},"type":"simple"}' \
  --compressed

// response data
{
    "uuid": "1ee3d02c-6b01-6cc4-a610-5d125fcc40c2",
    "type": "group",
    "name": "___ nm mn mn m",
    "price": 2,
    "is_active": true,
    "vendor_code": "nkbjjhguyt675465e56sxdgfc",
    "data": [],
    "configurations": [],
    "categories": [
        {
            "uuid": "1eddf476-b729-6ea4-b89e-0242ac140005",
            "name": "Покеболл"
        }
    ],
    "trade_network_uuids": [
        {
            "uuid": "1ee26737-7760-67fe-bb4c-0242ac14002d",
            "name": "testikkkk"
        }
    ],
    "attribute_set_uuids": [
        {
            "uuid": "1ee218ed-6c0c-62b0-8814-29376bf490e4",
            "name": "третий"
        }
    ],
    "simple_products": []
}

// get item curl
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/products' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/products' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/products' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.5fe4178541d8d7e6.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.5fe4178541d8d7e6.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-C6RjesF0NEiUvDmHan7Q0XiKvvs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.5fe4178541d8d7e6.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1707-JiSxn7jice/4KN4QP5NPerWb13k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: jzzlKv9mtm0U++4vyQ+srw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 66TbxrqKpunRTzojTOURBQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: nQwoMaITnQgVVmhub7u7vg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: FSjHDJ9J3FGgW/S+C9tkkA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4202/organization.917495d0dd98cab3.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/administration.bc2c2ccc4b268e59.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/commerce/product/create' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Cache-Control: max-age=0' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-k5+37IRs0y8daDiU+xASrRHrHrs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-N2fidqPQ/A2nycQUuTPPqNj5Uks"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-gascFncIWZEvp2+y21oLoq/u7Z4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 4AgbyVnhYWGJ0w7dUOqcLQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: M+ikPwFmBXrf762QF7Kf2A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: eEtY8KJ0AfkIe4PF14byaQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ZOfDjD3H/i6IiolrRqrkyA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: iQA7qaCUZ73bBu8ArVWsiw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd522-exddbJHL9VPAoEZxwrJnZJ87g1k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.be14259cd32d432f.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.be14259cd32d432f.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-hgv7LRnd855bZJMIF0e0Q+ONmeQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.be14259cd32d432f.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"291a-dQUMFrt7ohul/9Zfbrw3emU/pxI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.6e43a608f4b58ac7.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.6e43a608f4b58ac7.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/webpack_sharing_consume_default_iqd-mf_assets_iqd-mf_assets-webpack_sharing_consume_default_i-97cbc5.6e43a608f4b58ac7.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.6e43a608f4b58ac7.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-oXOPwOLHoGuzIIg4fM27D3fmBIc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-jT90mEz0L2IqjR+BjV2Cgh9ip7Y"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82a77-zqXXoE3T4FS1F26IyRe9ERSp9RA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: SDdrvqUPnbAOBsRsONy/Ag==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: /LuIaN/hel6H8xnC2k81Dw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Y4IuiFHDHy8qJQL620KWKQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: +JEPqJ2S73OvJuHTiFl10Q==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: c3A9llJZQRsTl8u09v5QWQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b313f-oEFItiy3j21m6+M0TFpGxAwOVHA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: xrB/aSu0oUNcxTTVoUG3/A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: IL0DaHjboTPoyvbG/61yUw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: FYI7Tednae7OQDbWP8g6cg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4203/commerce.3a2276a8824fd038.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.3a2276a8824fd038.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.3a2276a8824fd038.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.2070dc4c8b5dfde0.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.2070dc4c8b5dfde0.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.2070dc4c8b5dfde0.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.3047ca4af62f941d.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.3047ca4af62f941d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.3047ca4af62f941d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.465a015cc31376f8.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.465a015cc31376f8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.465a015cc31376f8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.ccae121c8239135d.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.ccae121c8239135d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.ccae121c8239135d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.fb67f5f92fba1628.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.fb67f5f92fba1628.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.50731642def11de6.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.50731642def11de6.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.50731642def11de6.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.7ec4da2675da83da.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.7ec4da2675da83da.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.7ec4da2675da83da.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-oXOPwOLHoGuzIIg4fM27D3fmBIc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-jT90mEz0L2IqjR+BjV2Cgh9ip7Y"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-0zt5ZwEjQfuST8SyUo+JAwfe8xo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: cZIhQW7VsGGhlz4KQbD2Zg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: RyKq7bZJC25n3p83UGDNKw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: wG8oh/flxuBk8OV1X+nGzg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: cxQkhPH7zsSGid1AE7LzFw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Qi/5HyJtE+3rzUdi4mZ3BQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bcab8-zjxkXXI0y9FHsJmTaL4qkHmoM+s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.00aab3c6e958312e.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.00aab3c6e958312e.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/webpack_sharing_consume_default_iqd-mf_assets_iqd-mf_assets-webpack_sharing_consume_default_i-97cbc5.00aab3c6e958312e.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.00aab3c6e958312e.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-oXOPwOLHoGuzIIg4fM27D3fmBIc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-jT90mEz0L2IqjR+BjV2Cgh9ip7Y"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82a77-JNwnReQlPZEfzI6iLeJfop271gs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: f7+QmLP6fdon6PiLGg7F7Q==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: UYUeDygu6xMsdfqh41KZKg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: xJ76WFbGdm5uEpWojzfNGg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: aRR7hrso9W5sZaFU2D7/4Q==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: +adrjG13U+edKlGHu3Vqug==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b354c-zhYMDb6DgEmS6qRsE5Na0d8/a14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.ef5290e9918bc0ad.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.ef5290e9918bc0ad.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: O3l2v/wMn2avDznotmMNHQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: zmOeM3KLW7CjqKXDA4SEaQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4203/commerce.dba96fff4562681b.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.dba96fff4562681b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"866a-XW9ynhzkaotmaCBCL4ImPnO9Q/M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.dba96fff4562681b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"171f-W+xdcqXDc+NTmFLJLumbUR6CLoM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.0556c9f780cc8526.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"20-Q3QYcxipx2CWQcgGLX4XRrV44Lw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.0556c9f780cc8526.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"866a-mmY5yPjnTf3zU9V6M/BNRFUukiM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: RoAC95nAHDYO1BboznB2qw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: npm0HUaxU8s99iFItp9Irw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 578Tq6VVdr1Eg4Bn+D3qgQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: nON6jJBTiJhIGhfMYmvnVA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: cn38EY2JVRWATwnVQ5pqDw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: VtkgSOiwroFwzIsdVg11Sg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ztpYbXwJD+x1dvxx64cgUA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: GEG6C3wG/+je8bMss/a/Fw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4202/organization.6f2ad77ba8b20e34.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: PXtuyKMmVqfPVNP85im05g==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: OlGwte5+dFqSXaXO0Cf0CA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: UlXrsoIPU6MAP3OSrdeZMg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: FTHIL+n3a4hlHPJKSQ/gTQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82a77-Tu28Ykuquvp2BtPMZHGSTeMPAPw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: T34in0Xb2xdugiQ8S9FwdQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: yJ8i7e/KDzBbzQNcCAByfg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: RsPZkUnXU7a2wNUv2nhX2Q==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: HU6Ki+yin8fDcx5qatip/A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 8ZQtHDFMin+fI+S/MjY0Eg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b3564-O4l9ek0WGdR7IyACf0rkxSoIqXA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.a62c5e4c41c27afc.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.a62c5e4c41c27afc.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"866a-PD39iRCtY+yfB7Da+ZEZ/iGxA2w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.a62c5e4c41c27afc.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15e3-O3+Afuhv8Q6BeVYJ1/M7LcXQGtM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.5e069c9e2a55d64d.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.5e069c9e2a55d64d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.5e069c9e2a55d64d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82a77-hoUFGZ3Mw75KOfd3+rTchKQpSY0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ycPJ1kN+5KlepemKYThrWA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: QXnRJbHIt4REUua0AK6Z0w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: zHrCD+GSMdkez4ZrDZwFaw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: o+ioLZKsdhnI3xTm2cNo2w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: HNSp1JGB87/vXWKjeuatKQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-zYn41X0SJYZPh1CjVF0HyEcldLo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: DbfJWlcKNwUKCCiq+5aT2g==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 5WwR+ZYB4APYPmu4QhTdvA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: H+p6XaS0A8tEgAJ5q3o6Sg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 8IFYoY1NdsQ/m/Pti+YLXw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: HwjxFzkGJ97tpynloFEhyg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b3189-v9DJ1J8LTke6/nBmkJ/Z0GjkIss"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee20924-4e8f-626a-9ee8-37c8f0e28165&entity_type=product' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee20924-4e8f-626a-9ee8-37c8f0e28165&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee20abc-7cfa-67a0-a08b-2563fba58c79&entity_type=product' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee20abc-7cfa-67a0-a08b-2563fba58c79&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4203/commerce.862de2230c354157.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.862de2230c354157.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.862de2230c354157.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.c68f863ee7ddb520.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.c68f863ee7ddb520.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.c68f863ee7ddb520.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-zYn41X0SJYZPh1CjVF0HyEcldLo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: wEwG14ionNnd2qJzxaur3Q==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: H29av65xbZZTMdkuzQi6ZQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: VhPDbPiROtu/ZX4u1lG0Lg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: UBwYxOk65pd7Smc3te0UPw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ShaGYmt8YD5DyQG/66uxkQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc6f5-hkwOWmFuDhouLdI28HvXof1l0l8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4203/commerce.79873d43aae6ff7b.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"292-KyxSYIaCUSMhrH4PnCKqbAQZ0/c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.79873d43aae6ff7b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"14a07-JWydhLlQLxgM/iUhs7nOCesjdo0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/webpack_sharing_consume_default_iqd-mf_assets_iqd-mf_assets-webpack_sharing_consume_default_i-97cbc5.79873d43aae6ff7b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8b-6WJSo2rZdu/LIG/n2bC7akgJ9es"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.79873d43aae6ff7b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15d2-mmiMSNTitxjEkGZP/2AOvIb4O5c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-z4obfTMo/hYXCw3TOFayL1wh04g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: S/yERd/Rw19nw8ZYKAJ7FQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: MFRJa79OggG/3v8lnYBKyQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 0gNg2MVzKLiRhdqJ6N88EQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: rXBAg2GILhO7fui5znUdFQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: JVPyffu5G5PNFH6Hu0xNdg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd2bb-hDLD0r9txXRn6iqFHj4jlNATzWo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4203/commerce.0e550d880da95f73.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.0e550d880da95f73.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.0e550d880da95f73.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82a77-6nV2yzev62NcgLDaDOArwlV68yI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: /5gxK4JSckP7AuhxxEno5A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: djc2Bq+tZQxpoNMXWerEZg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: qZ7sFDMtCi9p4lmS0XO2SQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 7MWZBf3o8vqvwWtEEE/kUw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: zf+hMzR5KRsCVMuRqXFnhA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b331a-8Uf3KPMaUpYNKNgqqe7yIBfUtCY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4203/commerce.854ae5f26eadfd24.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.854ae5f26eadfd24.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.854ae5f26eadfd24.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82a77-6nV2yzev62NcgLDaDOArwlV68yI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 9I2f5HQEU7Szfu5l2vnV5g==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: braaekKXOrVOwSfsjdrn3A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: JQm9ncb65JLWCdfIGfZfdQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Om/kqGAZhPUHk76pvaR7/w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: s16Urg1ScdR1kldhMF7YIA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b331a-8Uf3KPMaUpYNKNgqqe7yIBfUtCY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-j/G0qAxrGv7Qlvka3jBuQBDgzJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: xsqspbszZP2B1fBkJr9UrQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: vYWxgRK4p1PBhDIt37XMQA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 75Pa5pRXy973MfRbEl62mw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 9KrdW6AE2u7vEVT4vwaHKA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: WeJUPOZBpCp1vbhqbajU1w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd767-Kr3W0q94fRR2ZidZr0QxPby4noY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.ffab63b6d1e55916.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.ffab63b6d1e55916.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.ffab63b6d1e55916.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-RIkpbG3vgsyvZ2VhqMM4XyNj+hM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: XXfqvxKEtrpA8w0Wc8J8cQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Hp5O7o05oqR9Fyo3NWCGQw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: GFEVyGh0C7vHqHd1U3hfQA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: uLVbr3WB1d9Cene7yAPoQg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: q6yxXtCPlRIU85EyY4Qrpw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ad045-D3Ew8BB9rZhhlFQ60wCzRhoXZ6E"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4203/commerce.842a324a7017989f.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.842a324a7017989f.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-xMDu0m50z9ZQS9aHx4mi6JtHgc4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.842a324a7017989f.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"18cc-yxT1av4R4bpN3zTpEDrsS3Po0OM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.9b981e9d074c2ad3.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"20-Q3QYcxipx2CWQcgGLX4XRrV44Lw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.9b981e9d074c2ad3.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-VQVOr2T78bbsL89Jp4U81ROs+gU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.e35dd9d9d85f0c2f.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.e35dd9d9d85f0c2f.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.e35dd9d9d85f0c2f.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.637b372d06e8b60d.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.637b372d06e8b60d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.637b372d06e8b60d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.c63dabd0ac1ec53b.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.c63dabd0ac1ec53b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.c63dabd0ac1ec53b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.ad15bd30035f1970.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.ad15bd30035f1970.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.ad15bd30035f1970.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.d402fe9ba474a022.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.d402fe9ba474a022.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-A672+Ua/7/pbiIXYQ5/k2vqJ9FQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.d402fe9ba474a022.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1894-JgQ0WPe3KJ3eQWiH24wXjk2tg94"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.eead18ce086b1a4b.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.eead18ce086b1a4b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-8vk8xJZlTbenmWs3/h+ShaJhzTI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.eead18ce086b1a4b.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"184d-BFrnU96BB8wK9HPJi3ql+i5aOOc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.1e59a3833ae562db.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.1e59a3833ae562db.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"153-RwaNTFsct3H+uiRccM9U33YP8Rg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.1e59a3833ae562db.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"18e5-tuHcXWy/+AMIErb3gsTSIkzfyBk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.0e93030e41516024.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.0e93030e41516024.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.0e93030e41516024.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.67e4863f94b270b8.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.67e4863f94b270b8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.67e4863f94b270b8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.a8d14b2eb28a80ba.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.a8d14b2eb28a80ba.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.a8d14b2eb28a80ba.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.e1b451aafe390967.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.e1b451aafe390967.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.e1b451aafe390967.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.b4d814433e684fbf.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.b4d814433e684fbf.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.b4d814433e684fbf.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: /L14sDp3A9eCrnLB00OIpw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 5cDjjC/9bgxml9WOTnAOpA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: rfqf7uajhSCcFmG+KUsR0A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 0RCMWP1uxPD0wVrLH0F8yg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4203/commerce.34b77b170c9dc68c.hot-update.json' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/organization.d0d16a220b8b905b.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/administration.b944a56fc117a1e2.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.805fdb8852bd6054.hot-update.json' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: JXFe8fpdV0SI2ioC74PE2Q==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: gLWiqaFXHmYEg1eOYH4xFA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Uxwy6akzFDsNYf41URBC9g==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: UXnLpjE2LAiQ/wmOvzeoeQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: yH4NW1JYN7LQnMhJQDcn0g==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: L57Cvtp+z0r7Biwi3vUs9w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: vUFtjq1Rw8cemfm1VeGozg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: T2kJY8hI2htoLPiId6LLJA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: yWuZ1eXyzWxPdwuIuMcQYQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Y9iWgR2e19jNAE7vk6Bhzw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: VSm78yxVWR4xMXg8dCPC/A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: LHDIsdCr186MCBRjmGg63A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: DxrBCkqwOde1/i5nIu7M6g==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: r74MRZxSvPKRy7hWjbzDhw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: nDF97aUVyBPafLciBCJfBA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: MLJQkvW/H8O9TygJ6RNI9w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Tn7RQAcnbOiuKr0eNmtjYw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: BBhq1+GCOjZR1xeM1dSrvw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: f7rRYcw8O5xUYz/5wKyMkg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ggcZ7uhPdstQuAIMpMMjWw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: a2Hf7aT5h4/snzerr/ffVQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Stxg3a3PWDYyUfnsF1yXnw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 3u4Z0Vl7ETcKaayPykrEkg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 4jtaQNLBQnHdpudP0pCmlg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: eTO5w7UusqR/vF60tgYamA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Z/rPZdKDipDL5YsgzEwxGQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: CPzAMdjR1lJ7QP11SfYfcQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: WNNghu2Bo/js4jrUmZJolQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 6S+OyY+WXDQTpSt7PV5znw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 0Aa0RcXvivE5nEuw+E0htg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10&type=simple' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10&type=simple' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10&type=simple' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10&type=simple' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product-group/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1edd9f71-e403-63a8-b2f2-51757b351ab7&entity_type=product' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1edd9f71-e403-63a8-b2f2-51757b351ab7&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/create' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'content-type: application/json' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --data-raw '{"name":"____fhdjshdsfkjhfdskf","is_active":true,"vendor_code":"","category_uuids":["1eddf476-b729-6ea4-b89e-0242ac140005"],"attribute_set_uuids":["1ee218ed-6c0c-62b0-8814-29376bf490e4"],"price":1,"trade_network_uuids":["1ee26737-7760-67fe-bb4c-0242ac14002d"],"data":[],"simple_products":[],"type":"group"}' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/create' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization,content-type' \
  -H 'access-control-request-method: POST' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=3&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=2&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-BJmseZBdsQaEaANA4T62FYimVFk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-lRfl9spU7YvxXmFBpsh0KD/4EOg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-KXcjlt5zXgj+ohTTzaqiK+G8Xao"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-RdIbnsJEz+y+SJPbm4rdXFOYUFw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: JYJ0A2a92nc/8WfTJ/FJXQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 9i+lkfkCiRLaJtFAlEpscA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 5FVPJp8C5GfNKHq7c9UDGg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 2BYr4RPXXmaURpCfxkwa6A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: d8w5pO7cwRJ1kWu7MtU3AQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7184-kkQtFEjNpE+u241LD7c/tegzb84"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd793-6TiQPMQ2aLjtPG2eZsBZQTiU1sA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-BJmseZBdsQaEaANA4T62FYimVFk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-lRfl9spU7YvxXmFBpsh0KD/4EOg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-KXcjlt5zXgj+ohTTzaqiK+G8Xao"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-w37kn4SNCHn2y83z2Zm6r8R3mW8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: oyrcykpUaJv0VueFD6K+sQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 1in6qXP0s/jG+kisFZI5Rg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: p0uGgKfpS//aIbSEHZ/Aqg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 4YW/Vo8h0w9UHOlBRINcDA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: vKqMzMrNzryioMsR3LwdUg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7184-kkQtFEjNpE+u241LD7c/tegzb84"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd739-bykyIZtac/cYjrjP8SGlx4rr26I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ZkqgkMlbiDy7Ds4qLk2sow==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: qOhgtMGFI6oVAqv7h4Lz0Q==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 2PWFavjeVlf5JoavbGEQug==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 3e4fqOCejhJnMTvhXS04lQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/main.166a000df2a0c542.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3a-rAn6clLWG12SjsYzWIaMetPYP74"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/organization.8a5b539b12bf407d.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"42-ouIGjYCMe/nQEmeYHkcYAbjeO6Y"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/administration.60a057cb46ba59a5.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"44-ApJsy9dgjvbqXUvij7o+dLnXGHI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.166a000df2a0c542.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"147-uMf9stkYx1Rr0JxmHoZ2Oa1oMzg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/administration.60a057cb46ba59a5.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86b4-fxIwZgDNfDwani2nk75hC6uvy00"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/organization.8a5b539b12bf407d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15f-SyMlw2phrx2NI3E036THbDdFD8U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.8a5b539b12bf407d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5f9c-1SnROhYHpmpLKlmK+OTajHR8Q2I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: +J+Q3m7b5fDfBqdUns0rQQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: TKWZ9Zdm2mYdjltKQhzkUw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: fCN/0CmLGnenmR98zMJegg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: c7AtWhW5bew2XufYbppTWQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4203/commerce.c1c29ed7fe0b7217.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-BJmseZBdsQaEaANA4T62FYimVFk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-lRfl9spU7YvxXmFBpsh0KD/4EOg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-KXcjlt5zXgj+ohTTzaqiK+G8Xao"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-w37kn4SNCHn2y83z2Zm6r8R3mW8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: q/z/Ir4Jqo7JGSFeLFNkiQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Wwys/KSChFhVgWaZGv1iJA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: wWFGOmgz7RvmxkLngwh+9A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: +2T/PF94BR4ip7ElpNb+ew==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: pZ9DMISFcAq+wVzmqqChyg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd765-neO2CaCZBgj3ZyvLx/7O7NGXVgw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' --compressed ;
curl 'https://i.pravatar.cc/64?img=3' --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4203/commerce.1914a406f86f4b23.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"20-Q3QYcxipx2CWQcgGLX4XRrV44Lw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.1914a406f86f4b23.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: KLVqJ9mUWXzq5zpVHmkn1w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 46j/rDiVik0LGcJ5jzfzrw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: fb++U5I49zT7FPWSuQsflw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: AGQRmZz9r2DPeXltH6D0zw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4203/commerce.449f62ca4430f3c9.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.449f62ca4430f3c9.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-s/Py/S7TgGc+aJoFs8Qlco++4R4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.449f62ca4430f3c9.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1dee-JiFyqdfJvy4r3KXzL4sfLxZTVdQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10&type=simple' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10&type=simple' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product-group/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'Referer;' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-OF70oTPy82xonGr8gt7bqnZ4ynY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-L3vhgDiPq5XB/WTnG++a4M/sNck"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-PkGd/aO2BUepP1JbotQ5ocSGGv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-HwSmIKxhKlwPnXBzzSqQWsibypM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 9q1uf2bANQdkd0QfcPZ+Kg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: NmIvoO1243e6rBmq0pZYbA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ncb2IDhwCwCL4d9/j19YpQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: zvOn5sIitr0Hypd4MMHslw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: lcTwbjV5FvqTTZTEdq7mZA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd722-dTnfDxWZ5tefypj3ATBK1/eolRk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' --compressed ;
curl 'https://i.pravatar.cc/64?img=1' --compressed ;
curl 'https://i.pravatar.cc/64?img=3' --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-OF70oTPy82xonGr8gt7bqnZ4ynY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-L3vhgDiPq5XB/WTnG++a4M/sNck"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-PkGd/aO2BUepP1JbotQ5ocSGGv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-HwSmIKxhKlwPnXBzzSqQWsibypM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: Ll94cAmKrGwlWOcq9xgrQg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ab75Fn/lSGqRcvvlzGYhTw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: OFVvq2ZhV+BSof3tt6knNQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: wHcmfa+y4JJemxUO/nLHyw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 6fJLKl8k5z5ePNLWm35Yhw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd722-dTnfDxWZ5tefypj3ATBK1/eolRk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-OF70oTPy82xonGr8gt7bqnZ4ynY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-L3vhgDiPq5XB/WTnG++a4M/sNck"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-PkGd/aO2BUepP1JbotQ5ocSGGv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-HwSmIKxhKlwPnXBzzSqQWsibypM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: z7WwiEzTvi24lvJLqqtu0w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: PZOCbHyj3KkVfr1EURumoQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: HK7NuwL0xft64V1tCW2AHw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 6bZRQVjVqfKaSY0JI1tSzA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: bai46JGkA5cEOGSM65paYg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd722-dTnfDxWZ5tefypj3ATBK1/eolRk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-OF70oTPy82xonGr8gt7bqnZ4ynY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-Kns2ZF2MtDwt3QuYFKI95/JlD9U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-37q/hPKib5/VA2KyTw68Uho36s8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-Hi4uH/EQ2SEGhzDtgZFNXQb9+4c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-cHnX9M/Nlmy0ugW/O4AJ+QNkH3Q"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 6mL3GZtU29Q6ifyEOfyolQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: PCj12KaDgl7+6qQF3SW1BA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: vsTw8h9v8A0vEKFyIDwrUw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: R9GfIOUwDL3jrAr1Bm/ctQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 81BsfuO4d9IWkp2DSHHBlw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd722-kCHU2Iou44BQVMUKvFlbx4soiKU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' --compressed ;
curl 'https://i.pravatar.cc/64?img=3' --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABklJREFUeNqsmFtwE1UYx/97Tdqkbei91Gk6IFouYjqjBR3aQTstoM40DD4gOIO++sL4pr45+q7iu+OMyJMD1RcZAXGEBxiUm0JrKfQiDoVeSEmv2WSP3znJJpt0d1Mgpz3d3bPJnt/+v8v5TqX9X89HGMNZ6iGGdGOZP9a11Riz3bddm4n4tz991Pg+SthkDmVmoPhE2Q5bLxwruIakRVHiJnMo+9s/SZMULfTW56PRUiuWB8UKjmCrIqNfva+kYPb5vRiYi5/lnuQrsWIOkzyWWixnzjc/K505VUcgN9Ai5qwo1w7duHknFgzoUDU5Ky+z+YrbuW3sajgcjqmsCAnzSBeFLcn06NJSPBoI+CBJMmQZjw1mmmZsbGzsQ3kFUBEopxewbi3DhyujBhYXl8TnJUl67C7Lcoj6F6rb61vD5TrQ3mKiNsiy45fHZIxPSw7fUnBrphwvPJqDrikIBMposidIP5IUUr38qWdTCn2RlICztyiNDU7IOHJaxXwi/95wrBJJI454fB6qKsPv93marsC/LLBcVBZGJwd6pyMfamou9/ot1TkV7aZeZj4MTqpIJk3Mzy8gkUg8fVRaE7RUMwHG2wI999hFFeeH0+5YG2A4sC2F/isKxmYkx+gcmirDpsY5cmQm4AKBcmia5qiOK5jT/Z7Nqez5kTMamU3K2pmrduSM6hmttx5yc84imTIhKxIFw2J6MlV9CsWotzWmpxgnRQRUZsZoe8oxSE5cVvLGEmTOfyZ1RMpN4WcUE5iYmsbQv/ex7plGtDbVFwdzEtTyHRF5tg84gfE2cE+mnlNVmHO6DFuayZykGiO42bkF/HrpKt2MINxY5+r4ropZTs7hWmrYqrL/ZHzlGDfn8bNnoOkSqSYhkUwKk/9xcwij9x5AymRflin+GmpC2LO93QbmMOMgvf2ODUwEwfNNTFzzdugbPfuwT95Ioq3JFMGRjVabryUo2Y7MlMHP7tLyRMlTTn+GKzdLAaEopImUgRM/KK7YuWGFwExxfrjbwFc8AAiOA/H0cXB7Goq3P8dkx1WAm7NmbQTd69ZSVOoUlTIID8i8w/lrg7g7+RDtbesR2RCGX9eL+xiH+OWGgt7N6Tz28R5DqDIVl7JAVio5ekF1tDP3mYlEPRRpGinys+a6NfD7NJE8lxMGxiemBGTHxnVYW1dTPCqtdvSCIrL63ozDc5+zJ1QO+uUpFQvLTusqy0SnHz9cuAfVGEVrcx0O7u5MW+TaQDpJN9SiuiJA4CkyrZL3fdUrz/E0cG5IRudzZjaFTM2lo5CPOy/2toDhpVDtFhgP/hMK/XV7HKFgAJcGbguLdkY2is8ZhpFeaW1warGKdZKUOW7PU8x9bc2Dyhy5ObtaW3B95A5OX7puuRhe2vRsXtpIUtRaFQZ/zoq10rXEdiiJikFZ5gxUt6GpphpLSwaWyL/qq6vQ+WLbynqO4Kgey6/54QXDvCtaNygr2f49oWFx2cg+anZuXqQNp4Dh/iYUg5tkrDgjf4AnlK0UejDzCDqtlfVrKoVq3588h/szMceX43DyEwjmCMS8qmAtCPjD2LdzO/Z370DDmioBd/Tk75gguMLlyNPHmEsht+IhHnuF3B5VQVO4gyIyKCqMA71daCA/W6Ra7buff3NUTmZm0rOitHfXWFjFXkGUQklGizqDT1NxcFdnVrlTF6877CtTy7FCACcQV9N6po/cOa9sByZUGFTZ8mfrVDi+u7sLW9eH8Xb3K3lq8aOyvuuD+7Rp2kkLqh+MQrVIZ/xoOo8z69q0nVudkFVa2jc2GNCoDFKogNTIrG3hZqiZxCrZdi7ibNenIyFRKK1iZ+vse5S9R4YPI4Wom015mb23pwqvbinLLuq0TcsmVAsqeyzVln5n37GorAZPiFKm0LykYF9vFba1V9GuSYVPV0kxWWzt8lTKZP6SgvH2+r7+h5Ksh/KVMhHtrSSoSrHX1AmKl9tuUNaYXNL/trFUP6+5cmteGqojUkmmU0TnvrWanVJJwZhp/JgOBEoLJm2WeyoIqoKUkkXnUGlBmCcUrzZKCna2f3+/aRoxrlRfTxAvbw0Ks/EuZ0prt1RkV5E2yTEVJW6pVKK/r7fivfbNZeQ4JhnWFFGbTKbyo67Ap6zo5FDUX/tfgAEAQ3WUFGFdgUwAAAAASUVORK5CYII=' \
  -H 'Referer: http://localhost:4200/' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.02152b9b6b994ba8.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.02152b9b6b994ba8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-gJh+rVcHbQ/iBtXPG3es5dzxx5o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.02152b9b6b994ba8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e14-Efbqln1DaslqezKzcevFUb3CGmw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-Kns2ZF2MtDwt3QuYFKI95/JlD9U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-37q/hPKib5/VA2KyTw68Uho36s8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-Hi4uH/EQ2SEGhzDtgZFNXQb9+4c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-cHnX9M/Nlmy0ugW/O4AJ+QNkH3Q"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: hNC1uxG8a/5NZZYpL2YCJg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: /+yZrF9u0aMmsqQwGOzRjw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: v7qr78uO1vUIM3qcd0OX1g==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: p8kcypgzI61D7+5En6ZaVA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: +5R9af5po2DUJqUvDnu3+w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd722-kCHU2Iou44BQVMUKvFlbx4soiKU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.4d3a07110b76ffae.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.4d3a07110b76ffae.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.4d3a07110b76ffae.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.1e30232ec9dc92c8.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.1e30232ec9dc92c8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.1e30232ec9dc92c8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.306da357519250ee.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.306da357519250ee.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-QzA5QKGtLhULtRMH2oy/tJmWjTY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.306da357519250ee.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2066-WwxJYG9tp2izHpAsndfVpBQnkWs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/token/refresh' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'content-type: application/json' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --data-raw '{"refresh_token":"c304daa10b48fa10b8983ba27cee64ef11e5a645443c20aa9f8026cc2a58d4984415cd844e728b811a7a79769aea93fd290b1f907fed7176b2d7c05e419eab55"}' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/token/refresh' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \
  -H 'content-type: application/json' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --data-raw '{"refresh_token":"c304daa10b48fa10b8983ba27cee64ef11e5a645443c20aa9f8026cc2a58d4984415cd844e728b811a7a79769aea93fd290b1f907fed7176b2d7c05e419eab55"}' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/token/refresh' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization,content-type' \
  -H 'access-control-request-method: POST' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/token/refresh' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization,content-type' \
  -H 'access-control-request-method: POST' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-Kns2ZF2MtDwt3QuYFKI95/JlD9U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-37q/hPKib5/VA2KyTw68Uho36s8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-Hi4uH/EQ2SEGhzDtgZFNXQb9+4c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-vbXCVXxinOxhDjIuRvrfIKE/PYE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 3EAW89NLvm++sfKimzi6Zg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: GXO+a+KPzanX3RxWassciA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: cCK2R6CQevtThMeMVewaoQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: DHTYoMPBaR1rTEiTNHSV4A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 6fmAi0z1QfD8Ek9bLRUJSg==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_app_pages_auth_SignIn_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"e8f3-sh+VCzv31AnS9BLMT6cpS9435xs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.f36e2c0eb8d83daa.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.f36e2c0eb8d83daa.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-YhCvr18DHddihgpOaqWhkg8Gfjw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/login_check' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: content-type' \
  -H 'access-control-request-method: POST' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/login_check' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'content-type: application/json' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --data-raw '{"username":"string","password":"string"}' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a340-YY+HuOqT4skTD/Ngsoj7MBVL/hs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc6-7GFCjkbELetVqO2G/Mt+mKhRlY8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/users' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/user/list?order_by=%7B%22name%22:%22asc%22,%22login%22:%22asc%22,%22email%22:%22asc%22,%22is_active%22:%22asc%22,%22role%22:%22asc%22%7D&pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/user/list?order_by=%7B%22name%22:%22asc%22,%22login%22:%22asc%22,%22email%22:%22asc%22,%22is_active%22:%22asc%22,%22role%22:%22asc%22%7D&pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/list-roles' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/user/list?order_by=%7B%22name%22:%22asc%22,%22login%22:%22asc%22,%22email%22:%22asc%22,%22is_active%22:%22asc%22,%22role%22:%22asc%22%7D&pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/list-roles' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/list-roles' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/user/list?order_by=%7B%22name%22:%22asc%22,%22login%22:%22asc%22,%22email%22:%22asc%22,%22is_active%22:%22asc%22,%22role%22:%22asc%22%7D&pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/list-roles' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/user/list?order_by=%7B%22name%22:%22asc%22,%22login%22:%22asc%22,%22email%22:%22asc%22,%22is_active%22:%22asc%22,%22role%22:%22asc%22%7D&pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd748-Kqos/h4yJrlnVp3ymaTnqIs4qBg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABklJREFUeNqsmFtwE1UYx/97Tdqkbei91Gk6IFouYjqjBR3aQTstoM40DD4gOIO++sL4pr45+q7iu+OMyJMD1RcZAXGEBxiUm0JrKfQiDoVeSEmv2WSP3znJJpt0d1Mgpz3d3bPJnt/+v8v5TqX9X89HGMNZ6iGGdGOZP9a11Riz3bddm4n4tz991Pg+SthkDmVmoPhE2Q5bLxwruIakRVHiJnMo+9s/SZMULfTW56PRUiuWB8UKjmCrIqNfva+kYPb5vRiYi5/lnuQrsWIOkzyWWixnzjc/K505VUcgN9Ai5qwo1w7duHknFgzoUDU5Ky+z+YrbuW3sajgcjqmsCAnzSBeFLcn06NJSPBoI+CBJMmQZjw1mmmZsbGzsQ3kFUBEopxewbi3DhyujBhYXl8TnJUl67C7Lcoj6F6rb61vD5TrQ3mKiNsiy45fHZIxPSw7fUnBrphwvPJqDrikIBMposidIP5IUUr38qWdTCn2RlICztyiNDU7IOHJaxXwi/95wrBJJI454fB6qKsPv93marsC/LLBcVBZGJwd6pyMfamou9/ot1TkV7aZeZj4MTqpIJk3Mzy8gkUg8fVRaE7RUMwHG2wI999hFFeeH0+5YG2A4sC2F/isKxmYkx+gcmirDpsY5cmQm4AKBcmia5qiOK5jT/Z7Nqez5kTMamU3K2pmrduSM6hmttx5yc84imTIhKxIFw2J6MlV9CsWotzWmpxgnRQRUZsZoe8oxSE5cVvLGEmTOfyZ1RMpN4WcUE5iYmsbQv/ex7plGtDbVFwdzEtTyHRF5tg84gfE2cE+mnlNVmHO6DFuayZykGiO42bkF/HrpKt2MINxY5+r4ropZTs7hWmrYqrL/ZHzlGDfn8bNnoOkSqSYhkUwKk/9xcwij9x5AymRflin+GmpC2LO93QbmMOMgvf2ODUwEwfNNTFzzdugbPfuwT95Ioq3JFMGRjVabryUo2Y7MlMHP7tLyRMlTTn+GKzdLAaEopImUgRM/KK7YuWGFwExxfrjbwFc8AAiOA/H0cXB7Goq3P8dkx1WAm7NmbQTd69ZSVOoUlTIID8i8w/lrg7g7+RDtbesR2RCGX9eL+xiH+OWGgt7N6Tz28R5DqDIVl7JAVio5ekF1tDP3mYlEPRRpGinys+a6NfD7NJE8lxMGxiemBGTHxnVYW1dTPCqtdvSCIrL63ozDc5+zJ1QO+uUpFQvLTusqy0SnHz9cuAfVGEVrcx0O7u5MW+TaQDpJN9SiuiJA4CkyrZL3fdUrz/E0cG5IRudzZjaFTM2lo5CPOy/2toDhpVDtFhgP/hMK/XV7HKFgAJcGbguLdkY2is8ZhpFeaW1warGKdZKUOW7PU8x9bc2Dyhy5ObtaW3B95A5OX7puuRhe2vRsXtpIUtRaFQZ/zoq10rXEdiiJikFZ5gxUt6GpphpLSwaWyL/qq6vQ+WLbynqO4Kgey6/54QXDvCtaNygr2f49oWFx2cg+anZuXqQNp4Dh/iYUg5tkrDgjf4AnlK0UejDzCDqtlfVrKoVq3588h/szMceX43DyEwjmCMS8qmAtCPjD2LdzO/Z370DDmioBd/Tk75gguMLlyNPHmEsht+IhHnuF3B5VQVO4gyIyKCqMA71daCA/W6Ra7buff3NUTmZm0rOitHfXWFjFXkGUQklGizqDT1NxcFdnVrlTF6877CtTy7FCACcQV9N6po/cOa9sByZUGFTZ8mfrVDi+u7sLW9eH8Xb3K3lq8aOyvuuD+7Rp2kkLqh+MQrVIZ/xoOo8z69q0nVudkFVa2jc2GNCoDFKogNTIrG3hZqiZxCrZdi7ibNenIyFRKK1iZ+vse5S9R4YPI4Wom015mb23pwqvbinLLuq0TcsmVAsqeyzVln5n37GorAZPiFKm0LykYF9vFba1V9GuSYVPV0kxWWzt8lTKZP6SgvH2+r7+h5Ksh/KVMhHtrSSoSrHX1AmKl9tuUNaYXNL/trFUP6+5cmteGqojUkmmU0TnvrWanVJJwZhp/JgOBEoLJm2WeyoIqoKUkkXnUGlBmCcUrzZKCna2f3+/aRoxrlRfTxAvbw0Ks/EuZ0prt1RkV5E2yTEVJW6pVKK/r7fivfbNZeQ4JhnWFFGbTKbyo67Ap6zo5FDUX/tfgAEAQ3WUFGFdgUwAAAAASUVORK5CYII=' \
  -H 'Referer: http://localhost:4200/' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.f26fda42c137cac5.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.f26fda42c137cac5.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-CEvw1J1hDJ91vG174VLx/z2RCiI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.f26fda42c137cac5.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1ff8-T/DbTBQO5AdyvAMQRut1/fMifNw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.7cde9792bdef2244.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/organization.31f130fec74c7be0.hot-update.json' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -X '' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: F5UQflGfarcUmCHCtvb0xw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: r8F77y9Kn3cOMqIfjx70SA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: zU56+NHhgQsiZao55D/k8Q==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: zy1m8mLF4dp3RGRfHvbSow==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: g0YFTAp/+GiFCLm71qmZ0w==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: eKiGq1pHQ2cP//R2XqAnvA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4201/administration.c40fdb1f446df61b.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-Kns2ZF2MtDwt3QuYFKI95/JlD9U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-37q/hPKib5/VA2KyTw68Uho36s8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-Hi4uH/EQ2SEGhzDtgZFNXQb9+4c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-qwgBQ4qjCSNEHwO+O7ijZZsQ9s4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: kDqfXhrTX8nVS2/0FT2PEw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 6/8zGSoTLecQpP22pHhF7A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: VTEWR4bE7PlcvjPoPwfJHw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: otLtduFPvtCsQi78G3LHUA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: kK+iKoEsN5Y2JU3SUtBBLA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd8e3-1/o5QBdJ5IYvMavQNJoNcgaGPtM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.caf147c772b57f66.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.caf147c772b57f66.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-ALw/ikjQh3B05Sqco4BaVa6kit8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.caf147c772b57f66.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"202d-YeLlxFSCAqHaZcaxKCOkbnqls0A"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-kEEyHojbyhz7alo9XKvd/jUULmU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-ZfQIaXjXjTkdTYb/UMIAznHEnr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-UTm1r62BzpGnnokL9BfRrcJuYyQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-C+96wLxX7ncwAmZGmbjiYwi7lP0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: pKRU4g5sKLXrh+XmIlYR8A==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: 4pUSLwt7YAYba5RgwAp2jA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: x1DcugurNrK8x5wlMA5glw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: wAwKREj6O3bo1z68gLBRIw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ZMq970eC41bRtiITmQ3ifA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd92c-J9bB5k/0h9/tsY3EpPzYtSVZoW8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.1e09d9761c8cbb1d.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.1e09d9761c8cbb1d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-TkxBgqDYWo9s/XOlgobwfgEqbic"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.1e09d9761c8cbb1d.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"202d-8HmegMYZJ3s8MM0oZTb65MDlNVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.be7f3b13fb9f0229.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.be7f3b13fb9f0229.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-i7Qd5EgXaErb4F6o8BHg/GOo3eA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.be7f3b13fb9f0229.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1f7a-z4xqtC00Zz8nxzSum45GpAR7x6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ;
curl 'http://localhost:4200/main.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"86c08-kEEyHojbyhz7alo9XKvd/jUULmU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: https://fonts.googleapis.com/' \
  -H 'Origin: http://localhost:4200' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4201/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82afb-ZfQIaXjXjTkdTYb/UMIAznHEnr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"828d3-UTm1r62BzpGnnokL9BfRrcJuYyQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/remoteEntry.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"82c56-l41wuCwWrAGxm/o5tTNULhXVhdw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: H1C8Ajjd5WRwC53KjMgjgQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4201/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: ng1omLq0aFTjzCsEpSFjuQ==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4202/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: FrU98k95q1/XuJVeXx8Vhw==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4203/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: OlnSNPwZBBTr/pYI/p78YA==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'ws://localhost:4200/ws' \
  -H 'Pragma: no-cache' \
  -H 'Origin: http://localhost:4200' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Sec-WebSocket-Key: GneqdQq8xDuNZIZMzynC+g==' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'Upgrade: websocket' \
  -H 'Cache-Control: no-cache' \
  -H 'Connection: Upgrade' \
  -H 'Sec-WebSocket-Version: 13' \
  -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_constants_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4f9f-DsoggmMthjEWH+yaU/fNBW698tg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_models_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_languages_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"71c5-/WowwdoL6Bf7CWQ0hvNeXAxUZJU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_api_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_redux_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_components_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_themes_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/libs_assets_src_index_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4200/src_bootstrap_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=1' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"bd961-PxJApOSMbYlELL+VxBuwdx3KiIg"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_remote-entry_ts.js' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://i.pravatar.cc/64?img=3' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'Referer: http://localhost:4200/' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Origin: http://localhost:4200' \
  -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \
  -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product/create' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4203/commerce.f372a57b371dbba8.hot-update.json' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/commerce.f372a57b371dbba8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"8849-TllEIePJOHa0fhxifn1IDAsRgl0"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'http://localhost:4203/src_app_app_tsx.f372a57b371dbba8.hot-update.mjs' \
  -H 'Accept: */*' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"1fbd-O0792WB7Vp9V10UT5ppWdDn6/Qs"' \
  -H 'Origin: http://localhost:4200' \
  -H 'Referer: http://localhost:4200/' \
  -H 'Sec-Fetch-Dest: script' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-site' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee218ed-6c0c-62b0-8814-29376bf490e4&entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/create' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'content-type: application/json' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --data-raw '{"name":"________абв","is_active":true,"vendor_code":"iuouoiurehjfeeri858943850438","category_uuids":["1eddf476-b729-6ea4-b89e-0242ac140005"],"attribute_set_uuids":["1ee218ed-6c0c-62b0-8814-29376bf490e4"],"price":0,"trade_network_uuids":["1ee26737-7760-67fe-bb4c-0242ac14002d"],"data":{"1ee20911-64c2-6df6-a03c-ff96341e637a":"111","1ee20913-087c-6bbc-8dc2-1b1dc77d26a8":"ммм"},"type":"simple"}' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/products' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/list?pageInfo\[page\]=3&pageInfo\[pageSize\]=10' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/get?uuid=1ee3d0cc-1e0b-6e6a-b26c-4da62e2f8293' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/get?uuid=1ee3d0cc-1e0b-6e6a-b26c-4da62e2f8293' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/get?uuid=1ee3d0cc-1e0b-6e6a-b26c-4da62e2f8293' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/product/get?uuid=1ee3d0cc-1e0b-6e6a-b26c-4da62e2f8293' \
  -X 'OPTIONS' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: */*' \
  -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \
  -H 'access-control-request-headers: authorization' \
  -H 'access-control-request-method: GET' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'http://localhost:4200/favicon.ico' \
  -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \
  -H 'Accept-Language: ru-RU,ru' \
  -H 'Connection: keep-alive' \
  -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \
  -H 'Referer: http://localhost:4200/commerce/product-simple/update/1ee3d0cc-1e0b-6e6a-b26c-4da62e2f8293' \
  -H 'Sec-Fetch-Dest: image' \
  -H 'Sec-Fetch-Mode: no-cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-GPC: 1' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed ;
curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \
  -H 'authority: staging-1-0.envs.iqd.by' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: ru-RU,ru' \
  -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \
  -H 'origin: http://localhost:4200' \
  -H 'referer: http://localhost:4200/' \
  -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'sec-gpc: 1' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  --compressed

Editor is loading...