{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/ml.persomon.odinn.cloud"
        }
    ],
    "info": {
        "name": "Odinn ML",
        "_postman_id": "c74d8dc3-df50-4426-9a0c-25bb2318acc2",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "ML Results",
            "description": "",
            "item": [
                {
                    "name": "\u0421\u043f\u0438\u0441\u043e\u043a",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ml-results",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": false
                                },
                                {
                                    "key": "page-size",
                                    "value": "50",
                                    "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435. \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e 50.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/ml-results?page=1&page-size=50"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f ML (\u0441 \u043f\u0430\u0433\u0438\u043d\u0430\u0446\u0438\u0435\u0439)\n\n\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043b\u0438\u0441\u0442\u0438\u043d\u0433 \u041e\u0434\u0438\u043d\u043d\u0430 \u0441 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/ml-results?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/ml-results?page=1\",\"links\":[{\"url\":null,\"label\":\"&laquo; \\u041d\\u0430\\u0437\\u0430\\u0434\",\"active\":false},{\"url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/ml-results?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"\\u0412\\u043f\\u0435\\u0440\\u0451\\u0434 &raquo;\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/ml-results\",\"per_page\":50,\"prev_page_url\":null,\"to\":null,\"total\":0}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044e ML \u0447\u0435\u0440\u0435\u0437 API",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ml-results\/ml-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ml-results\/ml-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[\"818d8c20-4342-39a3-9888-b356987a8700\"]}"
                        },
                        "description": "<aside class=\"warning\">\u0414\u043b\u044f \u0432\u044b\u0433\u0440\u0443\u0437\u043a\u0438 \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 \u0432\u0438\u0434\u0435 \u0444\u0430\u0439\u043b\u0430<\/aside>",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044e ML \u0432 \u0432\u0438\u0434\u0435 \u0444\u0430\u0439\u043b\u0430",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ml-results\/export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ml-results\/export"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[\"800720db-423b-3dd6-9046-7ef0567c4df8\"],\"with_photo\":true}"
                        },
                        "description": "\u041d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0432\u044b\u0433\u0440\u0443\u0437\u043a\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044e ML \u0432 \u0432\u0438\u0434\u0435 \u0444\u0430\u0439\u043b\u0430.\n\u041c\u0435\u0442\u043e\u0434 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0432\u044b\u0433\u0440\u0443\u0437\u043a\u0443, \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0438 (\u0441\u0442\u0430\u0442\u0443\u0441 completed)\n<aside class=\"notice\">\u0415\u0441\u043b\u0438 `with_photo` = `true`, \u0442\u043e \u0444\u0430\u0439\u043b \u0431\u0443\u0434\u0435\u0442 zip \u0430\u0440\u0445\u0438\u0432\u043e\u043c \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\u043c\u0438 \u0438 csv \u0424\u0430\u0439\u043b\u043e\u043c \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438<\/aside>\n<aside class=\"notice\">\u0415\u0441\u043b\u0438 `with_photo` = `false`, \u0442\u043e \u0444\u0430\u0439\u043b \u0431\u0443\u0434\u0435\u0442 \u043e\u0434\u0438\u043d \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 csv<\/aside>",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e\u0431 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ml-results\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ml-results\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12196d51-9cd6-3ab5-9b90-08fa15fcfe49",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Ml Results Export #12196d51-9cd6-3ab5-9b90-08fa15fcfe49 Not found\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044e ML",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ml-results\/:id\/download",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ml-results\/:id\/download",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "5b8fd871-1b88-3637-93b1-14e92dd9002a",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "\u0412\u0435\u0441\u044b \u043c\u043e\u0434\u0435\u043b\u0435\u0439",
            "description": "",
            "item": [
                {
                    "name": "\u0421\u043f\u0438\u0441\u043e\u043a",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/weight",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": false
                                },
                                {
                                    "key": "page-size",
                                    "value": "50",
                                    "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435. \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e 50.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/weight?page=1&page-size=50"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0435\u0441\u043e\u0432 (\u0441 \u043f\u0430\u0433\u0438\u043d\u0430\u0446\u0438\u0435\u0439)\n\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043b\u0438\u0441\u0442\u0438\u043d\u0433 \u041e\u0434\u0438\u043d\u043d\u0430 \u0441 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/weight?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/weight?page=1\",\"links\":[{\"url\":null,\"label\":\"&laquo; \\u041d\\u0430\\u0437\\u0430\\u0434\",\"active\":false},{\"url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/weight?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"\\u0412\\u043f\\u0435\\u0440\\u0451\\u0434 &raquo;\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/weight\",\"per_page\":50,\"prev_page_url\":null,\"to\":null,\"total\":0}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0432\u0435\u0441\u0430\u0445 \u043c\u043e\u0434\u0435\u043b\u0438",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/weight\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/weight\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1d393a5e-8745-3ea3-a7b4-66bba0366fc0",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Weight #1d393a5e-8745-3ea3-a7b4-66bba0366fc0 Not found\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u0432\u0435\u0441\u043e\u0432",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/weight\/:id\/download",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/weight\/:id\/download",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "cd82527a-b988-358b-80d4-e21569fdccce",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/weight",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/weight"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "repellat",
                                    "type": "text",
                                    "description": "\u0418\u043c\u044f"
                                },
                                {
                                    "key": "notes",
                                    "value": "id",
                                    "type": "text",
                                    "description": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438"
                                },
                                {
                                    "key": "models[0]",
                                    "value": "accusantium",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0432\u0435\u0441\u0430\u0445 \u043c\u043e\u0434\u0435\u043b\u0435\u0439",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/weight\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/weight\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "f69fb9a6-8033-3849-b983-775f06fda407",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "voluptate",
                                    "type": "text",
                                    "description": "\u0418\u043c\u044f"
                                },
                                {
                                    "key": "notes",
                                    "value": "iure",
                                    "type": "text",
                                    "description": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438"
                                },
                                {
                                    "key": "models[0]",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PUT",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0435\u0441\u044b \u043c\u043e\u0434\u0435\u043b\u0438",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/weight\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/weight\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17d34779-1796-3efc-b62f-fe4c26f8864a",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "\u041c\u043e\u0434\u0435\u043b\u0438",
            "description": "",
            "item": [
                {
                    "name": "\u0421\u043f\u0438\u0441\u043e\u043a",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ai-model",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": false
                                },
                                {
                                    "key": "page-size",
                                    "value": "50",
                                    "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435. \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e 50.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/ai-model?page=1&page-size=50"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0435\u0441\u043e\u0432 (\u0441 \u043f\u0430\u0433\u0438\u043d\u0430\u0446\u0438\u0435\u0439)\n\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043b\u0438\u0441\u0442\u0438\u043d\u0433 \u041e\u0434\u0438\u043d\u043d\u0430 \u0441 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/ai-model?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/ai-model?page=1\",\"links\":[{\"url\":null,\"label\":\"&laquo; \\u041d\\u0430\\u0437\\u0430\\u0434\",\"active\":false},{\"url\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/ai-model?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"\\u0412\\u043f\\u0435\\u0440\\u0451\\u0434 &raquo;\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/ml.persomon.odinn.cloud\\\/api\\\/ai-model\",\"per_page\":50,\"prev_page_url\":null,\"to\":null,\"total\":0}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043c\u043e\u0434\u0435\u043b\u0438",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ai-model\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ai-model\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "e91204f4-97ac-38e6-a90f-740a28fb44af",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"AI Model #e91204f4-97ac-38e6-a90f-740a28fb44af Not found\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u043c\u043e\u0434\u0435\u043b\u0438",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ai-model\/:id\/download",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ai-model\/:id\/download",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3039498f-c566-35a2-a018-d95660c603ac",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ai-model",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ai-model"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "rerum",
                                    "type": "text",
                                    "description": "\u0418\u043c\u044f"
                                },
                                {
                                    "key": "notes",
                                    "value": "necessitatibus",
                                    "type": "text",
                                    "description": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438"
                                },
                                {
                                    "key": "classes[0]",
                                    "value": "perferendis",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043c\u043e\u0434\u0435\u043b\u0438",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ai-model\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ai-model\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7ee78556-02bb-34f2-ba63-a5b29aca982e",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "quisquam",
                                    "type": "text",
                                    "description": "\u0418\u043c\u044f"
                                },
                                {
                                    "key": "notes",
                                    "value": "doloremque",
                                    "type": "text",
                                    "description": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438"
                                },
                                {
                                    "key": "classes[0]",
                                    "value": "cum",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PUT",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u043e\u0434\u0435\u043b\u044c",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ai-model\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ai-model\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "794a7175-f118-33cb-9f1b-5d08ab5f0020",
                                    "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 (UUID)"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}