{
  "item": [
    {
      "id": "223814db-b078-4190-b2a4-e7871bef5278",
      "name": "Auth",
      "description": {
        "content": "Logowanie, sesja, role",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "adb2f38b-98c4-49e2-a4a9-40f40c912c35",
          "name": "Logowanie użytkownika",
          "request": {
            "name": "Logowanie użytkownika",
            "description": {
              "content": "Uwierzytelnianie użytkownika. Obsługuje metody: PASSWORD, TOKEN_URL, SMS_OTP, EMAIL_OTP, OAUTH_GOOGLE, OAUTH_APPLE, OAUTH_FACEBOOK, OAUTH_LINKEDIN.\n\nBrute-force protection: 3 nieudane próby w 5 min → blokada eskalująca (5 min → 30 min → zawieszenie).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "auth",
                "login"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"method\": \"PASSWORD\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d37ab55b-b781-4fda-8cb1-d807f37044e9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"jan.kowalski@firma.pl\",\n  \"password\": \"MojeHaslo123!\",\n  \"method\": \"PASSWORD\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIs...\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIs...\",\n    \"user\": {\n      \"id\": \"usr-001\",\n      \"email\": \"jan.kowalski@firma.pl\",\n      \"displayName\": \"Jan Kowalski\",\n      \"roles\": [\n        \"partner\"\n      ],\n      \"vendorId\": \"v-100\",\n      \"activeRole\": \"partner\",\n      \"permissions\": [\n        \"orders.read\",\n        \"quality.read\"\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc3664b0-28a5-4a59-a25b-29956b5ca0c6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"jan.kowalski@firma.pl\",\n  \"password\": \"MojeHaslo123!\",\n  \"method\": \"PASSWORD\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43173854-e335-4eea-bc64-66e4f3d76003",
              "name": "Locked",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"jan.kowalski@firma.pl\",\n  \"password\": \"MojeHaslo123!\",\n  \"method\": \"PASSWORD\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Locked (WebDAV) (RFC 4918)",
              "code": 423,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "714a8121-c50c-4ed9-8bb7-b771790b6030",
          "name": "Odświeżenie tokena JWT",
          "request": {
            "name": "Odświeżenie tokena JWT",
            "description": {},
            "url": {
              "path": [
                "v1",
                "auth",
                "refresh"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"refreshToken\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "b32d0a07-1d61-4df1-8b55-6c131e3b1d03",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIs...\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIs...\",\n    \"user\": {\n      \"id\": \"usr-001\",\n      \"email\": \"jan.kowalski@firma.pl\",\n      \"displayName\": \"Jan Kowalski\",\n      \"roles\": [\n        \"partner\"\n      ],\n      \"vendorId\": \"v-100\",\n      \"activeRole\": \"partner\",\n      \"permissions\": [\n        \"orders.read\",\n        \"quality.read\"\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d9398b2-9615-453d-9cc6-458ce67208e1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8cdb60be-8b88-4c48-a477-48c16f4aa6f4",
          "name": "Dane zalogowanego użytkownika",
          "request": {
            "name": "Dane zalogowanego użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "auth",
                "me"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1ba243e1-ef14-47cc-9426-52d71ead773a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"usr-001\",\n    \"email\": \"jan.kowalski@firma.pl\",\n    \"firstName\": \"Jan\",\n    \"lastName\": \"Kowalski\",\n    \"displayName\": \"Jan Kowalski\",\n    \"photoUrl\": \"string\",\n    \"phone\": \"+48500100200\",\n    \"roles\": [\n      \"string\",\n      \"string\"\n    ],\n    \"permissions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"vendorId\": \"string\",\n    \"status\": \"inactive\",\n    \"activeRole\": \"string\",\n    \"lastLoginAt\": \"1981-07-08T16:53:40.887Z\",\n    \"createdAt\": \"1987-10-02T12:29:21.405Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbc8c38a-4254-456f-8a68-9e4ba01cd52b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b15f25ae-9776-4cff-8f2f-3b3216c4de45",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8fc28ed6-d098-4583-a497-4686bf623368",
          "name": "Zmiana aktywnej roli",
          "request": {
            "name": "Zmiana aktywnej roli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "auth",
                "switch-role"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"role\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "de2eff7c-5ccc-402f-8572-4128721472d9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "switch-role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"admin\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIs...\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIs...\",\n    \"user\": {\n      \"id\": \"usr-001\",\n      \"email\": \"jan.kowalski@firma.pl\",\n      \"displayName\": \"Jan Kowalski\",\n      \"roles\": [\n        \"partner\"\n      ],\n      \"vendorId\": \"v-100\",\n      \"activeRole\": \"partner\",\n      \"permissions\": [\n        \"orders.read\",\n        \"quality.read\"\n      ]\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f999a58-22a0-42e8-b7a8-dc5ec895000f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "switch-role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"admin\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9102e9f4-8f10-4bc0-8841-d3e565ab16cb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "switch-role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"admin\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8341a89-de28-4fee-9b28-52f6707b63a6",
          "name": "Wylogowanie (unieważnienie sesji)",
          "request": {
            "name": "Wylogowanie (unieważnienie sesji)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "auth",
                "logout"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "46f5ea9b-f66c-4a4b-a953-395d809e212f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"success\": true\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d4dd81c8-501d-88e5-e3ea-c0ef8de864c5\",\n    \"generatedAt\": \"1999-01-04T00:01:19.918Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c59e98c1-7c88-468f-a162-839c2b7b8d21",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "24c78aae-aa93-4726-9711-504870723136",
      "name": "Operations",
      "description": {
        "content": "Zamówienia operacyjne, KPI, etapy, aktywność",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f925a885-0af1-4531-83b1-85aba85502d1",
          "name": "Lista zamówień operacyjnych",
          "request": {
            "name": "Lista zamówień operacyjnych",
            "description": {
              "content": "Uprawnienie: operations.read\n\nDozwolone fields: id, vendor_id, order_id, order_number, order_number_external, order_date, customer, city, status, stage, value, currency, items, customer_service_date, updated_at\n\nDomyślne: id, order_id, order_number, order_date, customer, city, status, stage, value, currency, items\n\nInclude: metadata (order_number_external, customer_service_date, updated_at), financial (value, currency), customer (customer, city)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "operations",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b3e0bec1-9005-4beb-a3ea-556e38e3d9e0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "operations",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"vendor_id\": 2986,\n      \"order_id\": 7342,\n      \"order_number\": \"string\",\n      \"order_number_external\": \"string\",\n      \"order_date\": \"1970-06-11T04:51:52.528Z\",\n      \"customer\": \"string\",\n      \"city\": \"string\",\n      \"status\": \"COLLECTED\",\n      \"stage\": \"transit\",\n      \"value\": 9357.12546272639,\n      \"currency\": \"PLN\",\n      \"items\": 1935,\n      \"customer_service_date\": \"1974-09-24T21:12:49.847Z\",\n      \"updated_at\": \"2014-11-05T21:24:47.493Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"vendor_id\": 806,\n      \"order_id\": 8574,\n      \"order_number\": \"string\",\n      \"order_number_external\": \"string\",\n      \"order_date\": \"1950-01-24T12:26:37.700Z\",\n      \"customer\": \"string\",\n      \"city\": \"string\",\n      \"status\": \"REGISTERED\",\n      \"stage\": \"transit\",\n      \"value\": 511.55833931019635,\n      \"currency\": \"PLN\",\n      \"items\": 5609,\n      \"customer_service_date\": \"1987-04-27T16:22:20.064Z\",\n      \"updated_at\": \"1956-01-09T02:54:15.648Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4b9f8e3d-fbf1-8155-578e-e14b3f45b3b2\",\n    \"generatedAt\": \"1993-08-24T00:39:38.197Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "595ad946-f37f-41c0-a811-25dd44ebd29a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "operations",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "233dc577-a670-4177-a447-4be61910830d",
          "name": "KPI operacyjne",
          "request": {
            "name": "KPI operacyjne",
            "description": {
              "content": "Uprawnienie: operations.read\n\nZwraca: all_orders, active_orders, delivered_orders, efficiency_pct, open_complaints",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "operations",
                "kpis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3a17c1ec-019d-4c22-8e98-64cfe1e3b812",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "operations",
                    "kpis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"all_orders\": 7277,\n      \"active_orders\": 1376,\n      \"delivered_orders\": 7657,\n      \"efficiency_pct\": 2710.21544795389,\n      \"open_complaints\": 7689\n    },\n    {\n      \"all_orders\": 9892,\n      \"active_orders\": 610,\n      \"delivered_orders\": 3745,\n      \"efficiency_pct\": 1606.3615132285004,\n      \"open_complaints\": 5737\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"81b87c49-df8d-d3a5-02a4-b40b0b7f24f3\",\n    \"generatedAt\": \"1952-03-24T21:30:02.600Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72abe02c-bf73-46f1-923c-1be1dc6c90c9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "operations",
                    "kpis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d4cae182-0882-459f-8948-185cc9e256d5",
          "name": "Statystyki etapów zamówień",
          "request": {
            "name": "Statystyki etapów zamówień",
            "description": {
              "content": "Uprawnienie: operations.read\n\nZwraca: [{stage, count, percentage}] dla: registered, collected, transit, distribution, delivered, problems",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "operations",
                "stages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "62fb3a43-2108-4807-877d-fb6d86f18a34",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "operations",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"stage\": \"registered\",\n      \"count\": 4750,\n      \"percentage\": 7049.11796137311\n    },\n    {\n      \"stage\": \"registered\",\n      \"count\": 5399,\n      \"percentage\": 5074.147377756106\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"bf333fbc-13f4-f845-f1cd-79ff2ae09ed8\",\n    \"generatedAt\": \"2022-10-09T05:38:53.196Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "196a99d1-3f64-4252-973d-eb392b55ef0c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "operations",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3350d947-27b4-4a33-a42f-c5401d6e6e2f",
          "name": "Ostatnia aktywność operacyjna",
          "request": {
            "name": "Ostatnia aktywność operacyjna",
            "description": {
              "content": "Uprawnienie: operations.read\n\nZwraca: [{order_id, from_stage, to_stage, time_ago}]",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "operations",
                "activity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f2462ceb-be98-48f9-afc7-c0527997e556",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "operations",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"order_id\": 8315,\n      \"from_stage\": \"string\",\n      \"to_stage\": \"string\",\n      \"time_ago\": \"string\"\n    },\n    {\n      \"order_id\": 6036,\n      \"from_stage\": \"string\",\n      \"to_stage\": \"string\",\n      \"time_ago\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"884081ba-50df-8e48-a652-b4d308329817\",\n    \"generatedAt\": \"1974-07-22T02:31:10.398Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8aeb24bf-625e-4083-b355-1ea1357fe1f8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "operations",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5c295222-a842-4b8e-841d-dac3f4a9c4bd",
      "name": "Orders",
      "description": {
        "content": "Zamówienia CRUD, wyszukiwanie, tracking, media",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "657e9b7c-eb68-44ce-bedb-13de39d85daf",
          "name": "Lista zamówień",
          "request": {
            "name": "Lista zamówień",
            "description": {
              "content": "Uprawnienie: orders.read\n\nDozwolone fields: id, vendor_id, order_id, order_number, order_number_external, order_date, customer, city, status, stage, value, currency, items, customer_service_date, updated_at\n\nInclude: metadata, financial, customer",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "330128e7-d7a1-4775-a3a7-96fce0e73d6a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"vendor_id\": 9137,\n      \"order_id\": 1760,\n      \"order_number\": \"string\",\n      \"order_number_external\": \"string\",\n      \"order_date\": \"2023-04-08T08:29:00.303Z\",\n      \"customer\": \"string\",\n      \"city\": \"string\",\n      \"status\": \"string\",\n      \"stage\": \"string\",\n      \"value\": 4173.588925966525,\n      \"currency\": \"string\",\n      \"items\": 5920,\n      \"customer_service_date\": \"2000-01-16T03:59:05.487Z\",\n      \"updated_at\": \"1973-10-15T23:45:24.298Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"vendor_id\": 581,\n      \"order_id\": 8120,\n      \"order_number\": \"string\",\n      \"order_number_external\": \"string\",\n      \"order_date\": \"1992-07-10T09:43:29.840Z\",\n      \"customer\": \"string\",\n      \"city\": \"string\",\n      \"status\": \"string\",\n      \"stage\": \"string\",\n      \"value\": 7519.556868610853,\n      \"currency\": \"string\",\n      \"items\": 4033,\n      \"customer_service_date\": \"1959-12-19T20:51:12.405Z\",\n      \"updated_at\": \"2006-09-19T01:33:40.073Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"8d0e316b-4f1b-b454-2a03-eaf7ed983c93\",\n    \"generatedAt\": \"2005-09-23T05:38:41.718Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eaf0be67-88c4-4530-a116-558be400751c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5d03f616-3a75-42f1-a04d-c8ce81ab2826",
          "name": "Utwórz zamówienie",
          "request": {
            "name": "Utwórz zamówienie",
            "description": {
              "content": "Uprawnienie: orders.create\n\nBody JSON z polami: orderType, customerName, customerPhone, customerEmail, deliveryDate, timeSlot, deliveryStandard, warehouse, address{country,street,buildingNo,apartment,city,postalCode}, codAmount, orderValue, externalDocuments[], packages[], services[], relatedOrders[], additionalNotes",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderType\": \"<string>\",\n  \"customerName\": \"<string>\",\n  \"customerPhone\": \"<string>\",\n  \"customerEmail\": \"<string>\",\n  \"deliveryDate\": \"<date>\",\n  \"timeSlot\": \"<string>\",\n  \"deliveryStandard\": \"<string>\",\n  \"warehouse\": \"<string>\",\n  \"address\": {\n    \"country\": \"<string>\",\n    \"street\": \"<string>\",\n    \"buildingNo\": \"<string>\",\n    \"apartment\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\"\n  },\n  \"codAmount\": \"<number>\",\n  \"orderValue\": \"<number>\",\n  \"packages\": [\n    {\n      \"type\": \"<string>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\",\n      \"height\": \"<number>\",\n      \"weight\": \"<number>\",\n      \"externalNumber\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\",\n      \"height\": \"<number>\",\n      \"weight\": \"<number>\",\n      \"externalNumber\": \"<string>\"\n    }\n  ],\n  \"additionalNotes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6ffd2df5-ae0e-4a0b-941e-54eff90afb43",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderType\": \"standard\",\n  \"customerName\": \"Anna Nowak\",\n  \"customerPhone\": \"+48600700800\",\n  \"customerEmail\": \"anna@example.com\",\n  \"deliveryDate\": \"2026-03-10\",\n  \"timeSlot\": \"08:00-12:00\",\n  \"deliveryStandard\": \"standard\",\n  \"warehouse\": \"WAR-01\",\n  \"address\": {\n    \"country\": \"PL\",\n    \"street\": \"ul. Główna\",\n    \"buildingNo\": \"15\",\n    \"apartment\": \"3A\",\n    \"city\": \"Warszawa\",\n    \"postalCode\": \"00-001\"\n  },\n  \"codAmount\": 150,\n  \"orderValue\": 499.99,\n  \"packages\": [\n    {\n      \"type\": \"<string>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\",\n      \"height\": \"<number>\",\n      \"weight\": \"<number>\",\n      \"externalNumber\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\",\n      \"height\": \"<number>\",\n      \"weight\": \"<number>\",\n      \"externalNumber\": \"<string>\"\n    }\n  ],\n  \"additionalNotes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"orderId\": 7651,\n    \"orderNumber\": \"string\",\n    \"status\": \"QUEUED\",\n    \"source\": \"string\",\n    \"receivedAt\": \"1994-04-26T20:47:42.744Z\",\n    \"customerName\": \"string\",\n    \"city\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "575ff6c8-4389-411b-bc98-6809ad0f5dbc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderType\": \"standard\",\n  \"customerName\": \"Anna Nowak\",\n  \"customerPhone\": \"+48600700800\",\n  \"customerEmail\": \"anna@example.com\",\n  \"deliveryDate\": \"2026-03-10\",\n  \"timeSlot\": \"08:00-12:00\",\n  \"deliveryStandard\": \"standard\",\n  \"warehouse\": \"WAR-01\",\n  \"address\": {\n    \"country\": \"PL\",\n    \"street\": \"ul. Główna\",\n    \"buildingNo\": \"15\",\n    \"apartment\": \"3A\",\n    \"city\": \"Warszawa\",\n    \"postalCode\": \"00-001\"\n  },\n  \"codAmount\": 150,\n  \"orderValue\": 499.99,\n  \"packages\": [\n    {\n      \"type\": \"<string>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\",\n      \"height\": \"<number>\",\n      \"weight\": \"<number>\",\n      \"externalNumber\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\",\n      \"height\": \"<number>\",\n      \"weight\": \"<number>\",\n      \"externalNumber\": \"<string>\"\n    }\n  ],\n  \"additionalNotes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e17553f-4559-4b49-bd4b-876b3bbc396d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderType\": \"standard\",\n  \"customerName\": \"Anna Nowak\",\n  \"customerPhone\": \"+48600700800\",\n  \"customerEmail\": \"anna@example.com\",\n  \"deliveryDate\": \"2026-03-10\",\n  \"timeSlot\": \"08:00-12:00\",\n  \"deliveryStandard\": \"standard\",\n  \"warehouse\": \"WAR-01\",\n  \"address\": {\n    \"country\": \"PL\",\n    \"street\": \"ul. Główna\",\n    \"buildingNo\": \"15\",\n    \"apartment\": \"3A\",\n    \"city\": \"Warszawa\",\n    \"postalCode\": \"00-001\"\n  },\n  \"codAmount\": 150,\n  \"orderValue\": 499.99,\n  \"packages\": [\n    {\n      \"type\": \"<string>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\",\n      \"height\": \"<number>\",\n      \"weight\": \"<number>\",\n      \"externalNumber\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\",\n      \"height\": \"<number>\",\n      \"weight\": \"<number>\",\n      \"externalNumber\": \"<string>\"\n    }\n  ],\n  \"additionalNotes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d754c06f-b779-40ed-8bb1-4cb3fdd293d2",
          "name": "Wyszukiwanie zamówień",
          "request": {
            "name": "Wyszukiwanie zamówień",
            "description": {
              "content": "Uprawnienie: orders.read\n\nDozwolone fields: id, order_id, order_number, order_number_external, customer, city, status, stage, order_date, value, currency, items\n\nInclude: financial (value, currency), operations (stage, items)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "orders",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "(Required) Fraza wyszukiwania (min 3 znaki, max 120)"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c4c085e7-f3e2-4b21-afd3-ed3c25c60e91",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"order_id\": 6802,\n      \"order_number\": \"string\",\n      \"order_number_external\": \"string\",\n      \"customer\": \"string\",\n      \"city\": \"string\",\n      \"status\": \"string\",\n      \"stage\": \"string\",\n      \"order_date\": \"1996-08-14T06:09:31.217Z\",\n      \"value\": 8428.773328750649,\n      \"currency\": \"string\",\n      \"items\": 1430\n    },\n    {\n      \"id\": \"string\",\n      \"order_id\": 1221,\n      \"order_number\": \"string\",\n      \"order_number_external\": \"string\",\n      \"customer\": \"string\",\n      \"city\": \"string\",\n      \"status\": \"string\",\n      \"stage\": \"string\",\n      \"order_date\": \"1969-11-29T07:55:37.983Z\",\n      \"value\": 8950.340691471038,\n      \"currency\": \"string\",\n      \"items\": 718\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"c03586ba-90c7-3df4-0ff7-3007c97e4373\",\n    \"generatedAt\": \"1992-06-08T19:05:39.924Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff043d9a-b044-425e-932d-c232f7639014",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "83873c40-1c24-44a3-8e53-e1a36a0846d0",
          "name": "Szczegóły zamówienia",
          "request": {
            "name": "Szczegóły zamówienia",
            "description": {},
            "url": {
              "path": [
                "v1",
                "orders",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "95c4c4d8-ed99-4d33-92ae-fe2d36cde1df",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"vendor_id\": 5145,\n    \"order_id\": 8045,\n    \"order_number\": \"string\",\n    \"order_number_external\": \"string\",\n    \"order_date\": \"1950-01-27T11:39:22.940Z\",\n    \"customer\": \"string\",\n    \"city\": \"string\",\n    \"status\": \"string\",\n    \"stage\": \"string\",\n    \"value\": 4961.6978942580745,\n    \"currency\": \"string\",\n    \"items\": 8223,\n    \"customer_service_date\": \"1966-05-27T20:27:48.798Z\",\n    \"updated_at\": \"1962-03-27T22:02:25.522Z\",\n    \"sender_name\": \"string\",\n    \"sender_address\": \"string\",\n    \"sender_city\": \"string\",\n    \"receiver_name\": \"string\",\n    \"receiver_address\": \"string\",\n    \"receiver_city\": \"string\",\n    \"receiver_phone\": \"string\",\n    \"weight_kg\": 3672.8270659205295,\n    \"dimensions_cm\": \"string\",\n    \"service_type\": \"string\",\n    \"cod_amount\": 3685.0514813797417,\n    \"notes\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4c6c04aa-efd6-4354-4683-378ab5786a15\",\n    \"generatedAt\": \"1968-04-05T01:12:30.613Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30ce5ebc-12f4-4173-a807-66189475cf39",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6244651-fb87-4ecd-a1b7-67fce8c748e6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "434c4d66-14a8-4194-a051-3137cecb69cc",
          "name": "Media zamówienia (presigned URL S3)",
          "request": {
            "name": "Media zamówienia (presigned URL S3)",
            "description": {
              "content": "Uprawnienie: orders.read\n\nZwraca listę [{id, url}] z podpisanymi URL-ami S3. Nagłówek Cache-Control: no-store, private",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "orders",
                ":id",
                "media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "eb64ff2e-b484-4b50-9151-0fae7111c68b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    ":id",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"url\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"url\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"be6772f8-7c12-b3bc-d156-9a9af85952fc\",\n    \"generatedAt\": \"1977-03-28T22:51:10.356Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "494eab13-c427-4820-8e06-816624d3c26a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    ":id",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6e3484af-f602-48cf-8bc2-caac5d24d34d",
          "name": "Historia śledzenia zamówienia",
          "request": {
            "name": "Historia śledzenia zamówienia",
            "description": {
              "content": "Uprawnienie: orders.read\n\nZwraca: [{event_time, title, description, location}]",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "orders",
                ":id",
                "tracking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1bcd491f-622a-4e64-be2f-7ffd8196c3f4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    ":id",
                    "tracking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"event_time\": \"2008-07-03T12:48:22.550Z\",\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"location\": \"string\"\n    },\n    {\n      \"event_time\": \"2014-06-26T09:39:46.224Z\",\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"location\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"5d8cf50e-02f4-97e5-06ec-1f8d766e812d\",\n    \"generatedAt\": \"1957-02-22T21:05:36.370Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "349940be-3829-4067-91fb-9b80cc8010f0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "orders",
                    ":id",
                    "tracking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "8a0a3fd9-7a43-4530-b8f1-6229b77b6f88",
      "name": "Geo",
      "description": {
        "content": "Miasta i geolokalizacja",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0609addb-60f0-4b62-9298-8e97072dc57c",
          "name": "Lista miast z geolokalizacją",
          "request": {
            "name": "Lista miast z geolokalizacją",
            "description": {
              "content": "Uprawnienie: orders.read\n\nDozwolone fields: city, lat, lng",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "geo",
                "cities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "Wyszukiwanie nazwy miasta"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cd41ce92-45bb-42f0-989b-b172fa7776fc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "geo",
                    "cities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"city\": \"string\",\n      \"lat\": 9192.098795169964,\n      \"lng\": 6924.62537093981\n    },\n    {\n      \"city\": \"string\",\n      \"lat\": 2644.5390460761064,\n      \"lng\": 5156.197691176681\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"7c0d5317-c31a-516f-4435-bab7fe5ef071\",\n    \"generatedAt\": \"1951-03-22T06:33:08.432Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26147e81-9645-4823-945f-7fe7bff7cfe0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "geo",
                    "cities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ff7c7bc5-bfe2-4ee8-8691-0da824cfcf1f",
      "name": "Register",
      "description": {
        "content": "Słowniki rejestracji zamówień",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "39407b61-1f9f-4a56-aa74-016844af4036",
          "name": "Słowniki rejestracji zamówień",
          "request": {
            "name": "Słowniki rejestracji zamówień",
            "description": {
              "content": "Uprawnienie: orders.read\n\nZwraca: delivery_standards, package_types, related_order_types, cover_types, service_types, time_slots",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "register",
                "dictionaries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "615bd449-f618-4e28-b202-d8e9c6e6bd25",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "register",
                    "dictionaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"delivery_standards\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"package_types\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"related_order_types\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"cover_types\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"service_types\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ],\n    \"time_slots\": [\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      },\n      {\n        \"id\": \"string\",\n        \"label\": \"string\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"31e34ddb-0e44-c530-6eac-47f733153b68\",\n    \"generatedAt\": \"2024-03-10T03:00:37.331Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f01e6af-5109-43bd-be29-cbed0c06d317",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "register",
                    "dictionaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "31d8dbd3-9c98-4bbe-aefb-8f13517860a5",
      "name": "Finance",
      "description": {
        "content": "Faktury, rozliczenia miesięczne, COD",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "63dea77f-ef88-4d06-95ed-38b8a903f354",
          "name": "Lista faktur",
          "request": {
            "name": "Lista faktur",
            "description": {
              "content": "Uprawnienie: finance.read\n\nDozwolone fields: id, vendor_id, invoice_id, invoice_number, period, issue_date, due_date, status, netto, vat, brutto, orders, pdf_url, xlsx_url\n\nDomyślne: id, invoice_id, invoice_number, period, issue_date, due_date, status, brutto, orders\n\nInclude: amounts (netto, vat, brutto), documents (pdf_url, xlsx_url)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "invoices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f7d0af9c-224a-4f0c-9cf9-6f47f8225280",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"vendor_id\": \"string\",\n      \"invoice_id\": \"string\",\n      \"invoice_number\": \"string\",\n      \"period\": \"string\",\n      \"issue_date\": \"1990-03-29\",\n      \"due_date\": \"2012-12-02\",\n      \"status\": \"string\",\n      \"netto\": 8939.898926274895,\n      \"vat\": 6637.8043008791155,\n      \"brutto\": 7155.046694984897,\n      \"orders\": 6189,\n      \"pdf_url\": \"string\",\n      \"xlsx_url\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"vendor_id\": \"string\",\n      \"invoice_id\": \"string\",\n      \"invoice_number\": \"string\",\n      \"period\": \"string\",\n      \"issue_date\": \"1999-12-26\",\n      \"due_date\": \"1971-01-26\",\n      \"status\": \"string\",\n      \"netto\": 2815.171598645778,\n      \"vat\": 5797.1023156888605,\n      \"brutto\": 8524.8450784881,\n      \"orders\": 7440,\n      \"pdf_url\": \"string\",\n      \"xlsx_url\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4dd13acf-3e05-7f77-5dc3-a5fc9633d6dc\",\n    \"generatedAt\": \"1953-10-29T01:33:41.542Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a80b2b3-dd88-4852-a0b2-edf7a341e4cf",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7fc34713-d1ed-40a0-8f94-2585b74a4b18",
          "name": "Rozliczenia miesięczne",
          "request": {
            "name": "Rozliczenia miesięczne",
            "description": {
              "content": "Uprawnienie: finance.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "settlements",
                "monthly"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "932c23d6-3bcf-402f-913c-8fde3a9f8562",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "settlements",
                    "monthly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"month\": \"string\",\n      \"total_orders\": 2237,\n      \"total_value\": 7052.998910845452,\n      \"commission\": 1777.603115357822,\n      \"status\": \"string\"\n    },\n    {\n      \"month\": \"string\",\n      \"total_orders\": 4997,\n      \"total_value\": 9649.61054236842,\n      \"commission\": 6992.265553512955,\n      \"status\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"194100b3-1264-9833-4559-49b0c7353d50\",\n    \"generatedAt\": \"1993-02-08T12:54:33.997Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ea33c99-69c9-4dd6-a6bb-111f96b0fe5c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "settlements",
                    "monthly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f4e8bbf-d2f6-4218-ab62-3a2d54169f80",
          "name": "Rozliczenia COD",
          "request": {
            "name": "Rozliczenia COD",
            "description": {
              "content": "Uprawnienie: finance.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "settlements",
                "cod"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8d7867c5-4ec2-4edf-acec-98e89b9faf48",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "settlements",
                    "cod"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"order_id\": \"string\",\n      \"cod_amount\": 224.20205308095964,\n      \"settled\": false,\n      \"settlement_date\": \"1978-05-29\"\n    },\n    {\n      \"id\": \"string\",\n      \"order_id\": \"string\",\n      \"cod_amount\": 7671.716958152877,\n      \"settled\": true,\n      \"settlement_date\": \"2008-10-15\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"7f86e6d4-84bf-4273-0539-7a009a70a6d1\",\n    \"generatedAt\": \"1991-03-02T08:38:35.317Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "516ab6ef-cf5b-4fa7-8224-f6d31a3f5eac",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "settlements",
                    "cod"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "bd75fcd2-7c43-4dbf-bb70-f47785109840",
      "name": "Quality",
      "description": {
        "content": "Reklamacje, incydenty, CAPA, media incydentów",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5fee8e47-825b-4ba2-967d-aa6936f0f30b",
          "name": "Lista reklamacji",
          "request": {
            "name": "Lista reklamacji",
            "description": {
              "content": "Uprawnienie: quality.read\n\nDozwolone fields: id, vendor_id, complaint_id, order_id, complaint_number, category, status, claim_date, created_at, cost, description, client_name, client_address, priority, messages_count, attachments_count\n\nInclude: details (description, client_address), counters (messages_count, attachments_count)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "complaints"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e9061830-80e3-4717-8697-fcab8cc9bd36",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 2030,\n      \"vendor_id\": 674,\n      \"complaint_id\": 6366,\n      \"order_id\": 2830,\n      \"complaint_number\": \"string\",\n      \"category\": \"string\",\n      \"status\": \"IN_PROGRESS\",\n      \"claim_date\": \"2005-08-13T16:02:25.172Z\",\n      \"created_at\": \"1995-10-06T13:53:39.210Z\",\n      \"cost\": 742.1784243260388,\n      \"description\": \"string\",\n      \"client_name\": \"string\",\n      \"client_address\": \"string\",\n      \"priority\": \"P2\",\n      \"messages_count\": 8077,\n      \"attachments_count\": 698\n    },\n    {\n      \"id\": 3610,\n      \"vendor_id\": 355,\n      \"complaint_id\": 3578,\n      \"order_id\": 5228,\n      \"complaint_number\": \"string\",\n      \"category\": \"string\",\n      \"status\": \"IN_PROGRESS\",\n      \"claim_date\": \"1974-08-27T23:36:20.366Z\",\n      \"created_at\": \"2020-02-11T08:48:49.468Z\",\n      \"cost\": 4942.133989415589,\n      \"description\": \"string\",\n      \"client_name\": \"string\",\n      \"client_address\": \"string\",\n      \"priority\": \"P4\",\n      \"messages_count\": 4207,\n      \"attachments_count\": 6194\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"80d32028-0b8a-1e97-7e53-a9093fe993bc\",\n    \"generatedAt\": \"2012-10-01T23:12:15.900Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23f65604-c6d1-4324-b118-92386e4d3417",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d398be0b-62f8-402a-83ae-bc7dfaa73c61",
          "name": "Utwórz reklamację",
          "request": {
            "name": "Utwórz reklamację",
            "description": {
              "content": "Uprawnienie: quality.create\n\nWymagane pola: orderId (niepusty), description (niepusty). Opcjonalne: category, cost/claimAmount, claimNumber, vendorComplaintNumber.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "complaints"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderId\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"cost\": \"<number>\",\n  \"claimAmount\": \"<number>\",\n  \"claimNumber\": \"<string>\",\n  \"vendorComplaintNumber\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "dc80d438-0f1d-473d-a324-26873593ce97",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-12345\",\n  \"description\": \"Paczka dotarła z widocznym uszkodzeniem\",\n  \"category\": \"Uszkodzenie paczki\",\n  \"cost\": 450,\n  \"claimAmount\": 450,\n  \"claimNumber\": \"CLM-2026-001\",\n  \"vendorComplaintNumber\": \"VRK-001\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 7290,\n    \"complaint_id\": 3727,\n    \"order_id\": \"string\",\n    \"complaint_number\": \"string\",\n    \"category\": \"string\",\n    \"status\": \"OPEN\",\n    \"description\": \"string\",\n    \"cost\": 9662.692731830182,\n    \"created_at\": \"1954-10-22T13:39:42.668Z\",\n    \"source\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c5ce8dd-e37d-45a8-bef4-8a3a524258aa",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-12345\",\n  \"description\": \"Paczka dotarła z widocznym uszkodzeniem\",\n  \"category\": \"Uszkodzenie paczki\",\n  \"cost\": 450,\n  \"claimAmount\": 450,\n  \"claimNumber\": \"CLM-2026-001\",\n  \"vendorComplaintNumber\": \"VRK-001\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a02fc794-0028-47a6-a28d-2cba6dff752c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-12345\",\n  \"description\": \"Paczka dotarła z widocznym uszkodzeniem\",\n  \"category\": \"Uszkodzenie paczki\",\n  \"cost\": 450,\n  \"claimAmount\": 450,\n  \"claimNumber\": \"CLM-2026-001\",\n  \"vendorComplaintNumber\": \"VRK-001\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c1304017-d930-4f0e-a478-96d415390f0d",
          "name": "Szczegóły reklamacji",
          "request": {
            "name": "Szczegóły reklamacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "complaints",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "df26a0fe-10fc-4437-846d-a577ff79119b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 3613,\n    \"vendor_id\": 6639,\n    \"complaint_id\": 4663,\n    \"order_id\": 6858,\n    \"complaint_number\": \"string\",\n    \"category\": \"string\",\n    \"status\": \"string\",\n    \"claim_date\": \"1956-03-24T17:37:36.078Z\",\n    \"created_at\": \"1987-02-28T10:23:25.051Z\",\n    \"cost\": 9028.536985762092,\n    \"description\": \"string\",\n    \"client_name\": \"string\",\n    \"client_address\": \"string\",\n    \"priority\": \"string\",\n    \"messages_count\": 3175,\n    \"attachments_count\": 2597,\n    \"source\": \"string\",\n    \"history\": [\n      {\n        \"event\": \"string\",\n        \"at\": \"1950-03-10T13:22:58.443Z\"\n      },\n      {\n        \"event\": \"string\",\n        \"at\": \"1968-02-02T12:18:54.997Z\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"3148ac54-375b-0c35-76cc-2316668c7ba5\",\n    \"generatedAt\": \"2012-11-03T07:59:55.524Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c63cc47b-73e5-4abb-8bed-5d8999c42d31",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d6a0333-c76e-47aa-b72b-19d880f6d4e8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0b43af7e-306c-410c-94c0-b019777971c1",
          "name": "Dodaj wiadomość do reklamacji",
          "request": {
            "name": "Dodaj wiadomość do reklamacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "complaints",
                ":id",
                "messages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": \"<string>\",\n  \"author\": \"<string>\",\n  \"role\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "fbb375bb-10e6-408e-b368-3ff7e6ac9771",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"Dodatkowe informacje...\",\n  \"author\": \"Jan Kowalski\",\n  \"role\": \"partner\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f085bf42-c213-4abd-9366-1c47eb13d75b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"Dodatkowe informacje...\",\n  \"author\": \"Jan Kowalski\",\n  \"role\": \"partner\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bed14d22-d293-4a43-9688-d3fd025d6278",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"Dodatkowe informacje...\",\n  \"author\": \"Jan Kowalski\",\n  \"role\": \"partner\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f567a5a-4ec4-4bc2-9f2b-d8bff2b9fda3",
          "name": "Dodaj załącznik do reklamacji",
          "request": {
            "name": "Dodaj załącznik do reklamacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "complaints",
                ":id",
                "attachments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"size\": \"<integer>\",\n  \"url\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "61119ff7-df4d-4066-b431-26a1aa9e212c",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id",
                    "attachments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"foto.jpg\",\n  \"type\": \"image/jpeg\",\n  \"size\": 245000,\n  \"url\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0199c77-2e55-4026-9b64-af3c3cd4060c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id",
                    "attachments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"foto.jpg\",\n  \"type\": \"image/jpeg\",\n  \"size\": 245000,\n  \"url\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f53449c-f421-494c-9074-1ea09da311a5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "complaints",
                    ":id",
                    "attachments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"foto.jpg\",\n  \"type\": \"image/jpeg\",\n  \"size\": 245000,\n  \"url\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "28b5f0da-17cd-4cd6-a0f4-a378b47db5af",
          "name": "Lista incydentów",
          "request": {
            "name": "Lista incydentów",
            "description": {
              "content": "Uprawnienie: quality.read\n\nDozwolone fields: id, vendor_id, incident_id, order_id, order_number, title, priority, status, created, expectation, description, category, assigned_to, vendor_name, reporter_name, log_count, capa_actions_count\n\nInclude: details (expectation, description), counters (log_count, capa_actions_count)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "incidents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8561143c-74d0-4a5c-8913-bdbbb1ff979b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 4152,\n      \"vendor_id\": 9724,\n      \"incident_id\": 9400,\n      \"order_id\": 919,\n      \"order_number\": \"string\",\n      \"title\": \"string\",\n      \"priority\": \"P4\",\n      \"status\": \"IN_PROGRESS\",\n      \"created\": \"1975-12-10T08:38:31.944Z\",\n      \"expectation\": \"string\",\n      \"description\": \"string\",\n      \"category\": \"string\",\n      \"assigned_to\": \"string\",\n      \"vendor_name\": \"string\",\n      \"reporter_name\": \"string\",\n      \"log_count\": 991,\n      \"capa_actions_count\": 7559\n    },\n    {\n      \"id\": 5552,\n      \"vendor_id\": 2101,\n      \"incident_id\": 9826,\n      \"order_id\": 9558,\n      \"order_number\": \"string\",\n      \"title\": \"string\",\n      \"priority\": \"P3\",\n      \"status\": \"IN_PROGRESS\",\n      \"created\": \"1952-03-25T22:25:20.640Z\",\n      \"expectation\": \"string\",\n      \"description\": \"string\",\n      \"category\": \"string\",\n      \"assigned_to\": \"string\",\n      \"vendor_name\": \"string\",\n      \"reporter_name\": \"string\",\n      \"log_count\": 8324,\n      \"capa_actions_count\": 1356\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"a86594b1-87a9-3c03-a11f-ddd8bad80c6f\",\n    \"generatedAt\": \"1984-02-17T02:22:24.785Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec1f46e9-e949-4baa-99dc-6a3cca29a86c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "99ac6ff4-ed2d-4fa0-b3dc-be514976842f",
          "name": "Utwórz incydent",
          "request": {
            "name": "Utwórz incydent",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderId\": \"<string>\",\n  \"orderNumber\": \"<string>\",\n  \"title\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"expectation\": \"<string>\",\n  \"vendorName\": \"<string>\",\n  \"reporterName\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7de2da5a-72e4-429b-ad20-afb2d67ead5a",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-600\",\n  \"orderNumber\": \"ZAM/2026/03/600\",\n  \"title\": \"Uszkodzony towar przy dostawie\",\n  \"priority\": \"P2\",\n  \"description\": \"Klient zgłosił uszkodzony produkt\",\n  \"category\": \"Uszkodzenie\",\n  \"expectation\": \"Wymiana produktu w ciągu 3 dni\",\n  \"vendorName\": \"Firma Transportowa XYZ\",\n  \"reporterName\": \"Jan Kowalski\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"scope\": \"string\",\n    \"refresh_status\": \"QUEUED\",\n    \"details\": {\n      \"vendorId\": \"string\",\n      \"body\": {},\n      \"fallback\": false\n    },\n    \"refreshed_at\": \"1990-09-19T23:02:45.219Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c64dc98-909b-4d69-b9c4-1679bc33c498",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-600\",\n  \"orderNumber\": \"ZAM/2026/03/600\",\n  \"title\": \"Uszkodzony towar przy dostawie\",\n  \"priority\": \"P2\",\n  \"description\": \"Klient zgłosił uszkodzony produkt\",\n  \"category\": \"Uszkodzenie\",\n  \"expectation\": \"Wymiana produktu w ciągu 3 dni\",\n  \"vendorName\": \"Firma Transportowa XYZ\",\n  \"reporterName\": \"Jan Kowalski\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25db2e18-093f-4832-9697-b74ab04a8af9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-600\",\n  \"orderNumber\": \"ZAM/2026/03/600\",\n  \"title\": \"Uszkodzony towar przy dostawie\",\n  \"priority\": \"P2\",\n  \"description\": \"Klient zgłosił uszkodzony produkt\",\n  \"category\": \"Uszkodzenie\",\n  \"expectation\": \"Wymiana produktu w ciągu 3 dni\",\n  \"vendorName\": \"Firma Transportowa XYZ\",\n  \"reporterName\": \"Jan Kowalski\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e13715c6-a3ed-44ac-b0a1-d806e670fe7b",
          "name": "Szczegóły incydentu z logiem",
          "request": {
            "name": "Szczegóły incydentu z logiem",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "693800df-16fb-4f5e-a245-ff6b93db47af",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 2084,\n    \"vendor_id\": 8562,\n    \"incident_id\": 642,\n    \"order_id\": 5928,\n    \"order_number\": \"string\",\n    \"title\": \"string\",\n    \"priority\": \"string\",\n    \"status\": \"string\",\n    \"created\": \"2022-07-12T23:15:58.042Z\",\n    \"expectation\": \"string\",\n    \"description\": \"string\",\n    \"category\": \"string\",\n    \"assigned_to\": \"string\",\n    \"vendor_name\": \"string\",\n    \"reporter_name\": \"string\",\n    \"log_count\": 6823,\n    \"capa_actions_count\": 55,\n    \"source\": \"string\",\n    \"logs\": [\n      {\n        \"event\": \"string\",\n        \"at\": \"2012-06-23T07:15:57.134Z\",\n        \"message\": \"string\"\n      },\n      {\n        \"event\": \"string\",\n        \"at\": \"1946-08-11T00:33:32.086Z\",\n        \"message\": \"string\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d4214a59-0c96-77a7-f03c-f37f053d02f2\",\n    \"generatedAt\": \"1958-12-27T21:18:00.105Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "183d7758-935b-4594-8f44-c3996a98690a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5f2fdc3-5993-417d-a83c-8f0ee8ed286a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "683fdcf3-93ef-4285-8a70-1e50ff6d2a76",
          "name": "Aktualizuj incydent (partial)",
          "request": {
            "name": "Aktualizuj incydent (partial)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"expectation\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"status\": \"<string>\",\n  \"orderId\": \"<string>\",\n  \"orderNumber\": \"<string>\",\n  \"vendorName\": \"<string>\",\n  \"reporterName\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1a9ed6d0-80a2-45e7-b023-d80213d9ba1f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"expectation\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"status\": \"<string>\",\n  \"orderId\": \"<string>\",\n  \"orderNumber\": \"<string>\",\n  \"vendorName\": \"<string>\",\n  \"reporterName\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 3275,\n    \"title\": \"string\",\n    \"priority\": \"string\",\n    \"status\": \"string\",\n    \"description\": \"string\",\n    \"expectation\": \"string\",\n    \"category\": \"string\",\n    \"vendor_name\": \"string\",\n    \"reporter_name\": \"string\",\n    \"updated_at\": \"1951-02-03T05:23:14.146Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4f1fa800-742f-de5e-2533-392e97ddf3b2\",\n    \"generatedAt\": \"2006-04-06T20:57:42.411Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eccc7d07-8ac0-4ed1-be87-9d2c2040eca1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"expectation\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"status\": \"<string>\",\n  \"orderId\": \"<string>\",\n  \"orderNumber\": \"<string>\",\n  \"vendorName\": \"<string>\",\n  \"reporterName\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52a5f759-b97d-4397-9538-2fcc2dd064ab",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"expectation\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"status\": \"<string>\",\n  \"orderId\": \"<string>\",\n  \"orderNumber\": \"<string>\",\n  \"vendorName\": \"<string>\",\n  \"reporterName\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41ac0740-ae6f-4bc4-ae83-b43e387f1d28",
          "name": "Usuń incydent",
          "request": {
            "name": "Usuń incydent",
            "description": {
              "content": "Uprawnienie: quality.delete",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cf7b6c6b-b9fa-4b53-9e48-e1bdf81574c3",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ac306b6f-6b95-437a-8aa5-1ca53568f678",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f34856d-1002-454f-8681-b35e1b4a3538",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0de84e9a-62c1-4c76-b5ed-b2c388d10ded",
          "name": "Dodaj wpis do logu incydentu",
          "request": {
            "name": "Dodaj wpis do logu incydentu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id",
                "log"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"message\": \"<string>\",\n  \"author\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "eebc8cfa-56ee-4cbe-85f2-ff4a3bdb485c",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"Podjęto działania naprawcze\",\n  \"author\": \"Jan Kowalski\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 4844,\n    \"incident_id\": 2951,\n    \"message\": \"string\",\n    \"author\": \"string\",\n    \"created_at\": \"2011-10-26T10:51:37.651Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4080dc3-9477-45aa-a4b0-a675382d90a7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"Podjęto działania naprawcze\",\n  \"author\": \"Jan Kowalski\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e64fa636-7744-44b2-b256-0111666948f7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"Podjęto działania naprawcze\",\n  \"author\": \"Jan Kowalski\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8959449-a319-4b22-858e-eb4960cf1a18",
          "name": "Zmień status incydentu",
          "request": {
            "name": "Zmień status incydentu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"OPEN\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "890f303b-06dc-430a-841a-39795ceb9875",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"OPEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 9712,\n    \"status\": \"string\",\n    \"updated_at\": \"1991-08-28T13:48:56.075Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"442b4f0b-3e4d-4253-7bb4-574b3a6fbcc5\",\n    \"generatedAt\": \"1956-12-10T06:57:53.804Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af851b36-2ff5-4a58-a344-56187dda453b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"OPEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5a62df06-4306-431b-9392-a9914f08860c",
          "name": "Aktualizuj akcję CAPA",
          "request": {
            "name": "Aktualizuj akcję CAPA",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id",
                "capa",
                "actions",
                ":actionId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "actionId",
                  "description": "(Required) ID akcji CAPA"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"<string>\",\n  \"progress\": \"<integer>\",\n  \"evidence\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7902057d-862b-4ad8-82cb-6f09ddb8c58a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "capa",
                    "actions",
                    ":actionId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "actionId",
                      "description": "(Required) ID akcji CAPA"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"<string>\",\n  \"progress\": 100,\n  \"evidence\": \"Przeprowadzono szkolenie zespołu\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 4986,\n    \"action_id\": 6236,\n    \"status\": \"string\",\n    \"description\": \"string\",\n    \"updated_at\": \"1949-07-02T12:34:26.217Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"257f28a3-1d3e-0bd0-bcc0-c0232c61c2f5\",\n    \"generatedAt\": \"2011-07-31T09:30:17.662Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9df700d5-3b1f-4ab5-9056-a35758b91163",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "capa",
                    "actions",
                    ":actionId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "actionId",
                      "description": "(Required) ID akcji CAPA"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"<string>\",\n  \"progress\": 100,\n  \"evidence\": \"Przeprowadzono szkolenie zespołu\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8f481ca5-7c74-4213-97de-355e70070638",
          "name": "Upload mediów incydentu (multipart)",
          "request": {
            "name": "Upload mediów incydentu (multipart)",
            "description": {
              "content": "Uprawnienie: quality.create\n\nContent-Type: multipart/form-data. Min. 1 plik.\n\nAutomatyczne rozpoznanie mediaType: image/* → photo, video/* → video, application/pdf → document, inne → document.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id",
                "media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID incydentu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "Plik(i) do uploadu"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ff8af924-989f-4433-af36-283beed170bf",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "Plik(i) do uploadu",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 9039,\n      \"incident_id\": 7659,\n      \"vendor_id\": 1602,\n      \"file_name\": \"string\",\n      \"content_type\": \"string\",\n      \"size_bytes\": 391,\n      \"s3_bucket\": \"string\",\n      \"s3_key\": \"string\",\n      \"s3_uri\": \"string\",\n      \"media_type\": \"document\",\n      \"uploaded_by\": 1724,\n      \"created_at\": \"2011-05-10T00:56:16.524Z\",\n      \"presignedUrl\": \"string\"\n    },\n    {\n      \"id\": 764,\n      \"incident_id\": 4701,\n      \"vendor_id\": 2741,\n      \"file_name\": \"string\",\n      \"content_type\": \"string\",\n      \"size_bytes\": 2533,\n      \"s3_bucket\": \"string\",\n      \"s3_key\": \"string\",\n      \"s3_uri\": \"string\",\n      \"media_type\": \"document\",\n      \"uploaded_by\": 3079,\n      \"created_at\": \"2023-05-18T11:11:14.889Z\",\n      \"presignedUrl\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31c96d4e-cd23-453c-b3c3-5cfe4f8cc767",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "Plik(i) do uploadu",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "047a3405-3e83-45c8-aa19-c9d632e98c31",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "Plik(i) do uploadu",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7ba1eef3-30fa-439c-9d2a-a6a64840e9bf",
          "name": "Lista mediów incydentu",
          "request": {
            "name": "Lista mediów incydentu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id",
                "media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID incydentu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8a7349ff-1d1a-42b1-87dc-29919579c870",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 2110,\n      \"incident_id\": 8344,\n      \"vendor_id\": 8125,\n      \"file_name\": \"string\",\n      \"content_type\": \"string\",\n      \"size_bytes\": 899,\n      \"s3_bucket\": \"string\",\n      \"s3_key\": \"string\",\n      \"s3_uri\": \"string\",\n      \"media_type\": \"string\",\n      \"uploaded_by\": 9675,\n      \"created_at\": \"1982-12-08T04:41:04.233Z\",\n      \"presignedUrl\": \"string\"\n    },\n    {\n      \"id\": 6322,\n      \"incident_id\": 6286,\n      \"vendor_id\": 346,\n      \"file_name\": \"string\",\n      \"content_type\": \"string\",\n      \"size_bytes\": 4555,\n      \"s3_bucket\": \"string\",\n      \"s3_key\": \"string\",\n      \"s3_uri\": \"string\",\n      \"media_type\": \"string\",\n      \"uploaded_by\": 3573,\n      \"created_at\": \"1967-12-11T14:10:36.778Z\",\n      \"presignedUrl\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"647e45d1-0f32-5c06-46b1-e246d15d4a73\",\n    \"generatedAt\": \"2020-11-25T06:00:45.786Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21a9ed8f-6e5b-41a2-b702-f26126f20912",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4bd7a38c-f88c-439a-a918-8e0fd7771fb3",
          "name": "Pobierz medium (presigned URL)",
          "request": {
            "name": "Pobierz medium (presigned URL)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id",
                "media",
                ":mediaId",
                "download"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID incydentu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "mediaId",
                  "description": "(Required) ID medium"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e02360a9-bd6e-4416-b228-2eea6aebd201",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media",
                    ":mediaId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "mediaId",
                      "description": "(Required) ID medium"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"presignedUrl\": \"string\",\n    \"media\": {}\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"36dfd810-a33f-95be-ae1d-d585b5ee1366\",\n    \"generatedAt\": \"1991-07-09T17:57:46.423Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56d369f9-9600-47af-b430-28cf8d1e1662",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media",
                    ":mediaId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "mediaId",
                      "description": "(Required) ID medium"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edd8326a-0c64-4172-a1bb-9ffb2059bc74",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media",
                    ":mediaId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "mediaId",
                      "description": "(Required) ID medium"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e97e2f5e-753e-45b5-af73-b9bc281170a5",
          "name": "Usuń medium incydentu",
          "request": {
            "name": "Usuń medium incydentu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "incidents",
                ":id",
                "media",
                ":mediaId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID incydentu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "mediaId",
                  "description": "(Required) ID medium"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "768782d5-56fa-417f-b996-817ca0d0844a",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media",
                    ":mediaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "mediaId",
                      "description": "(Required) ID medium"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5cdfdc0a-cd78-4c83-b816-f1ddee45ab32",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media",
                    ":mediaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "mediaId",
                      "description": "(Required) ID medium"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70d4b109-dd78-4171-a56c-4d4ac55718a8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "incidents",
                    ":id",
                    "media",
                    ":mediaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID incydentu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "mediaId",
                      "description": "(Required) ID medium"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "eacc4cfd-ea24-4343-a916-a51f9e4499d1",
      "name": "NPS",
      "description": {
        "content": "Ankiety NPS, feedback portalu",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6859907a-2178-4287-824e-55a6c928fb84",
          "name": "Lista ankiet NPS",
          "request": {
            "name": "Lista ankiet NPS",
            "description": {
              "content": "Uprawnienie: nps.read\n\nDozwolone fields: vendor_id, id, survey_date, score, category, areas, comment, author\n\nInclude: feedback (areas, comment)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "nps",
                "surveys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ef9d40c8-57a2-4f7a-8187-423c8e9010ca",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "nps",
                    "surveys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"vendor_id\": \"string\",\n      \"id\": \"string\",\n      \"survey_date\": \"1949-12-21\",\n      \"score\": 7,\n      \"category\": \"string\",\n      \"areas\": \"string\",\n      \"comment\": \"string\",\n      \"author\": \"string\"\n    },\n    {\n      \"vendor_id\": \"string\",\n      \"id\": \"string\",\n      \"survey_date\": \"1976-08-05\",\n      \"score\": 0,\n      \"category\": \"string\",\n      \"areas\": \"string\",\n      \"comment\": \"string\",\n      \"author\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"dad0b536-4d85-d8b8-ebe1-5316a34b4e10\",\n    \"generatedAt\": \"1987-05-12T18:33:34.210Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3985a21e-4266-4d9c-aae1-53bd70303c4d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "nps",
                    "surveys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "18bc0806-2844-4bb4-880b-c34e4b9ee304",
          "name": "Utwórz ankietę NPS",
          "request": {
            "name": "Utwórz ankietę NPS",
            "description": {},
            "url": {
              "path": [
                "v1",
                "nps",
                "surveys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"score\": \"<integer>\",\n  \"areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"comment\": \"<string>\",\n  \"contactConsent\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "be24b3e3-4bc6-4968-937f-c6586bac93e2",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "nps",
                    "surveys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"score\": 9,\n  \"areas\": [\n    \"szybkość dostawy\",\n    \"obsługa klienta\"\n  ],\n  \"comment\": \"Bardzo dobra współpraca\",\n  \"contactConsent\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"score\": 3651,\n    \"category\": \"string\",\n    \"created_at\": \"2010-07-04T21:01:59.698Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "347823bb-3177-4cf5-98e1-548934074eed",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "nps",
                    "surveys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"score\": 9,\n  \"areas\": [\n    \"szybkość dostawy\",\n    \"obsługa klienta\"\n  ],\n  \"comment\": \"Bardzo dobra współpraca\",\n  \"contactConsent\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f984811e-7a7a-4d7c-88ff-8c628a813609",
          "name": "Podsumowanie NPS",
          "request": {
            "name": "Podsumowanie NPS",
            "description": {},
            "url": {
              "path": [
                "v1",
                "nps",
                "summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3c50d345-f4ba-4173-8660-15c7eb5f6dc7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "nps",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"avgScore\": 7264.5743519843545,\n    \"totalSurveys\": 461,\n    \"promoters\": 6492,\n    \"detractors\": 7957,\n    \"passives\": 2449,\n    \"npsScore\": 7351.387254288921\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"1cd11e5a-1e8a-a628-681f-fab7563952f5\",\n    \"generatedAt\": \"2025-08-21T10:50:20.634Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "604384b8-2596-4ed9-860a-c2ff0760c60c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "nps",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "917f138e-7b46-4ceb-b7b8-1cf5f954dc26",
          "name": "Feedback portalu (formularz 1-5)",
          "request": {
            "name": "Feedback portalu (formularz 1-5)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "portal",
                "feedback"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"overall\": \"<integer>\",\n  \"usability\": \"<integer>\",\n  \"design\": \"<integer>\",\n  \"speed\": \"<integer>\",\n  \"comment\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e13a14a0-df4d-4d23-9ede-2b01c2d6bcca",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "portal",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"overall\": 4,\n  \"usability\": 5,\n  \"design\": 4,\n  \"speed\": 3,\n  \"comment\": \"Bardzo intuicyjny interfejs\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"overall\": 6395,\n    \"usability\": 8239,\n    \"design\": 3926,\n    \"speed\": 5767,\n    \"comment\": \"string\",\n    \"created_at\": \"1988-11-14T00:35:07.337Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76e3d1ef-894f-4f6f-8c1a-82fdb50de327",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "portal",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"overall\": 4,\n  \"usability\": 5,\n  \"design\": 4,\n  \"speed\": 3,\n  \"comment\": \"Bardzo intuicyjny interfejs\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad2490a3-78fd-481c-ab6e-2a2889732b18",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "portal",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"overall\": 4,\n  \"usability\": 5,\n  \"design\": 4,\n  \"speed\": 3,\n  \"comment\": \"Bardzo intuicyjny interfejs\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "211be990-41ed-4e3a-9968-2b95b3b6ee59",
          "name": "Ankieta portalu (formularz 1-5)",
          "request": {
            "name": "Ankieta portalu (formularz 1-5)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "portal",
                "survey"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"overall\": \"<integer>\",\n  \"usability\": \"<integer>\",\n  \"design\": \"<integer>\",\n  \"speed\": \"<integer>\",\n  \"comment\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cd5571f8-5cb0-4acb-9025-78e3c4a5207e",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "portal",
                    "survey"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"overall\": 4,\n  \"usability\": 5,\n  \"design\": 4,\n  \"speed\": 3,\n  \"comment\": \"Bardzo intuicyjny interfejs\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"overall\": 6395,\n    \"usability\": 8239,\n    \"design\": 3926,\n    \"speed\": 5767,\n    \"comment\": \"string\",\n    \"created_at\": \"1988-11-14T00:35:07.337Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f6dcd81-3336-4ce4-a942-13483ba1545a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "portal",
                    "survey"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"overall\": 4,\n  \"usability\": 5,\n  \"design\": 4,\n  \"speed\": 3,\n  \"comment\": \"Bardzo intuicyjny interfejs\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd645287-8c1d-4964-9951-3abcc97afe60",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "portal",
                    "survey"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"overall\": 4,\n  \"usability\": 5,\n  \"design\": 4,\n  \"speed\": 3,\n  \"comment\": \"Bardzo intuicyjny interfejs\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b812111c-b118-469c-ad5d-38c29508b9ae",
      "name": "Notifications",
      "description": {
        "content": "Powiadomienia",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "082589ea-c8b4-4f62-8956-a1d76d5a7b98",
          "name": "Lista powiadomień",
          "request": {
            "name": "Lista powiadomień",
            "description": {
              "content": "Uprawnienie: notifications.read\n\nDozwolone fields: id, vendor_id, notification_id, type, title, summary, content, published_at, is_pinned, author, author_role, user_id, is_read, read_at\n\nInclude: content (content), audit (author, author_role, read_at)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "notifications"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1b4e5bb6-06c5-4de2-b4d2-ff7b8870d404",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"vendor_id\": \"string\",\n      \"notification_id\": \"string\",\n      \"type\": \"string\",\n      \"title\": \"string\",\n      \"summary\": \"string\",\n      \"content\": \"string\",\n      \"published_at\": \"1968-08-27T08:16:57.545Z\",\n      \"is_pinned\": true,\n      \"author\": \"string\",\n      \"author_role\": \"string\",\n      \"user_id\": \"string\",\n      \"is_read\": true,\n      \"read_at\": \"2013-08-08T22:49:22.407Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"vendor_id\": \"string\",\n      \"notification_id\": \"string\",\n      \"type\": \"string\",\n      \"title\": \"string\",\n      \"summary\": \"string\",\n      \"content\": \"string\",\n      \"published_at\": \"1960-09-26T13:53:22.671Z\",\n      \"is_pinned\": true,\n      \"author\": \"string\",\n      \"author_role\": \"string\",\n      \"user_id\": \"string\",\n      \"is_read\": true,\n      \"read_at\": \"2011-09-08T16:31:53.259Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"6129af31-2607-a0e2-64b2-6af622d5712a\",\n    \"generatedAt\": \"1999-07-24T04:49:47.891Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a35438e-9490-44b5-bfce-a9bbe63af92c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f821451-363b-4bae-b61b-b630b8fb5fe0",
          "name": "Oznacz powiadomienie jako przeczytane",
          "request": {
            "name": "Oznacz powiadomienie jako przeczytane",
            "description": {},
            "url": {
              "path": [
                "v1",
                "notifications",
                ":id",
                "read"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ea5009b3-5081-470e-b9b7-dcfb8ee73871",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": false\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b8c7dd9f-8561-9302-386f-df391bde5bb4\",\n    \"generatedAt\": \"1951-10-11T07:40:36.483Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f53176ea-c623-4789-8582-58873c64622b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "36540e20-819c-4360-893c-80860894537d",
          "name": "Oznacz wszystkie jako przeczytane",
          "request": {
            "name": "Oznacz wszystkie jako przeczytane",
            "description": {},
            "url": {
              "path": [
                "v1",
                "notifications",
                "read-all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e02d9ab4-af4f-4142-b82b-d32197a52744",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "notifications",
                    "read-all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"updated\": 3022\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b27f281b-655c-6fe5-7aef-c1650a7653ce\",\n    \"generatedAt\": \"1979-04-21T23:30:37.357Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37723e6a-ec01-45a3-b1ad-6191e0938fc5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "notifications",
                    "read-all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ba24f9e3-83d4-47cb-a308-dccc27e51ef9",
      "name": "Contacts",
      "description": {
        "content": "Kontakty i opiekun handlowy",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c1a1acdf-6d71-41dc-aa8b-d8fa6a861a18",
          "name": "Lista kontaktów i opiekun",
          "request": {
            "name": "Lista kontaktów i opiekun",
            "description": {
              "content": "Uprawnienie: contacts.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "contacts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8b55bdc7-0bca-4f3b-baf1-9cdaf8642016",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"role\": \"string\",\n      \"department\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"role\": \"string\",\n      \"department\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"8bbc5173-a741-337e-1f98-e1bd8c19c181\",\n    \"generatedAt\": \"1983-08-07T14:00:19.603Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "900c680d-501b-48f2-a401-920f13f5b360",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ccd81071-cc36-4274-a160-85d94a206ca3",
      "name": "Vendor",
      "description": {
        "content": "Profil vendora, opiekun",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "052b9eb5-37a0-4492-bd4f-f29045daf292",
          "name": "Profil vendora",
          "request": {
            "name": "Profil vendora",
            "description": {
              "content": "Uprawnienie: auth.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "vendor",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dbb4681f-bddd-4a81-b682-68bfa6fca7e5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendor",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"display_name\": \"string\",\n    \"symbol\": \"string\",\n    \"tax_id_number\": \"string\",\n    \"email\": \"string\",\n    \"main_phone_number\": \"string\",\n    \"is_active\": false,\n    \"color\": \"string\",\n    \"invoice_address\": {},\n    \"financial\": {},\n    \"created_at\": \"1986-04-19T10:53:28.683Z\",\n    \"updated_at\": \"1964-02-29T13:40:26.422Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"0e7cae69-541c-60dc-a0bd-3f0388363bdf\",\n    \"generatedAt\": \"1962-02-04T12:18:03.042Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8241475-af76-4522-af75-7dd05acce6eb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendor",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c11452f-a233-4a72-9c5c-83b44b0ff04e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendor",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "272ced53-876e-49de-b3c0-345f47bdce09",
          "name": "Opiekun handlowy vendora",
          "request": {
            "name": "Opiekun handlowy vendora",
            "description": {
              "content": "Zwraca dane opiekuna handlowego (vendor_id, auth_user_id, first_name, last_name, name, email, phone, photo_url, role) lub data: null",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "vendor",
                "caretaker"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e5898403-8a72-482d-9c9f-4f95ba7270d9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendor",
                    "caretaker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"auth_user_id\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"name\": \"string\",\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"photo_url\": \"string\",\n    \"role\": \"Opiekun handlowy\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"796bfcb7-a34b-efd9-7f8f-cad74758475b\",\n    \"generatedAt\": \"2025-01-30T07:34:47.712Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "322224be-6cbf-4e61-8305-9b6a685a76a1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendor",
                    "caretaker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "bdae8e51-4dd7-476a-b3d0-6ad6e985d6a4",
      "name": "Admin",
      "description": {
        "content": "Administracja użytkownikami, konteksty vendorów",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "70528120-af9f-4fc7-ac6d-fa86f9ac58e7",
          "name": "Lista użytkowników",
          "request": {
            "name": "Lista użytkowników",
            "description": {
              "content": "Uprawnienie: auth.read\n\nDozwolone fields: vendor_id, vendor_name, auth_user_id, email, first_name, last_name, display_name, photo_url, phone, roles, status, login_enabled, last_login_at, created_at, updated_at\n\nInclude: profile (first_name, last_name, photo_url, phone), audit (login_enabled, last_login_at, created_at, updated_at)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "admin",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "Wyszukiwanie (imię, email)"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "<string>",
                  "description": "Filtr statusu (active, inactive, pending)"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dc2dda1e-23f0-4301-94aa-ccb1777414a9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"vendor_id\": \"string\",\n      \"vendor_name\": \"string\",\n      \"auth_user_id\": \"string\",\n      \"email\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"display_name\": \"string\",\n      \"photo_url\": \"string\",\n      \"phone\": \"string\",\n      \"roles\": \"string\",\n      \"status\": \"string\",\n      \"login_enabled\": true,\n      \"last_login_at\": \"1985-04-16T02:49:48.952Z\",\n      \"created_at\": \"1981-01-25T04:45:38.475Z\",\n      \"updated_at\": \"1948-08-15T10:47:14.409Z\"\n    },\n    {\n      \"vendor_id\": \"string\",\n      \"vendor_name\": \"string\",\n      \"auth_user_id\": \"string\",\n      \"email\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"display_name\": \"string\",\n      \"photo_url\": \"string\",\n      \"phone\": \"string\",\n      \"roles\": \"string\",\n      \"status\": \"string\",\n      \"login_enabled\": false,\n      \"last_login_at\": \"1998-08-28T09:26:16.603Z\",\n      \"created_at\": \"2007-09-09T00:08:36.613Z\",\n      \"updated_at\": \"2011-10-25T17:19:25.233Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"2aac64d5-c112-2a93-b37b-1b2c8cc5c4cf\",\n    \"generatedAt\": \"1972-04-30T07:54:35.436Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba542b64-6d56-4d50-9043-99442b03ee80",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b8769bf-1643-4d09-ac46-3a5006957608",
          "name": "Konteksty vendorów (wymaga SUPER_USER)",
          "request": {
            "name": "Konteksty vendorów (wymaga SUPER_USER)",
            "description": {
              "content": "Uprawnienie: auth.read + SUPER_USER\n\nDozwolone fields: vendor_id, vendor_name, display_name, is_active, tax_id_number, symbol\n\nInclude: details (vendor_name, tax_id_number, symbol)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "admin",
                "vendor-contexts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5480ad5e-de8b-41eb-865d-a6de946de319",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "admin",
                    "vendor-contexts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"vendor_id\": \"string\",\n      \"vendor_name\": \"string\",\n      \"display_name\": \"string\",\n      \"is_active\": false,\n      \"tax_id_number\": \"string\",\n      \"symbol\": \"string\"\n    },\n    {\n      \"vendor_id\": \"string\",\n      \"vendor_name\": \"string\",\n      \"display_name\": \"string\",\n      \"is_active\": false,\n      \"tax_id_number\": \"string\",\n      \"symbol\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"f30f5810-b8a6-1cde-e074-9120cce52aa6\",\n    \"generatedAt\": \"1996-04-22T05:33:09.830Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e858049c-64c5-4d58-8479-8dcff7e9bc50",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "admin",
                    "vendor-contexts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "756f3d6d-1301-4e0f-be6d-f8e0dc2fde78",
      "name": "Analytics",
      "description": {
        "content": "Dashboard KPI, trendy, wykresy, sprzedaż, statystyki",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5dc35cc3-734d-4728-ae4b-ffe866f43a5a",
          "name": "KPI Dashboard",
          "request": {
            "name": "KPI Dashboard",
            "description": {
              "content": "Uprawnienie: analytics.read\n\nZwraca: [{all_orders, active_orders, delivered_orders, efficiency_pct, open_complaints}]",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "dashboard",
                "kpis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<string>",
                  "description": "Data od (ISO YYYY-MM-DD, domyślnie 90 dni wstecz)"
                },
                {
                  "disabled": false,
                  "key": "dateTo",
                  "value": "<string>",
                  "description": "Data do (ISO YYYY-MM-DD, domyślnie dzisiaj, max 365 dni zakres)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e1c803b6-e13c-430c-9263-ada721081ce8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dashboard",
                    "kpis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"all_orders\": 5684,\n      \"active_orders\": 1954,\n      \"delivered_orders\": 7706,\n      \"efficiency_pct\": 4521.592861233213,\n      \"open_complaints\": 3971\n    },\n    {\n      \"all_orders\": 8062,\n      \"active_orders\": 5682,\n      \"delivered_orders\": 7059,\n      \"efficiency_pct\": 3891.000851042776,\n      \"open_complaints\": 8238\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"2c996ec8-4312-1e00-79ec-898fbd171dac\",\n    \"generatedAt\": \"1996-09-09T09:30:12.863Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5b010ea-4c7f-445e-98ba-47e10b40a0ce",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dashboard",
                    "kpis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "030a0913-a118-4c19-9e8f-34da3df52ad6",
          "name": "Trendy Dashboard",
          "request": {
            "name": "Trendy Dashboard",
            "description": {
              "content": "Uprawnienie: analytics.read\n\nZwraca: [{trend_date, orders_count, avg_order_value}]",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "dashboard",
                "trends"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<string>",
                  "description": "Data od (ISO YYYY-MM-DD, domyślnie 90 dni wstecz)"
                },
                {
                  "disabled": false,
                  "key": "dateTo",
                  "value": "<string>",
                  "description": "Data do (ISO YYYY-MM-DD, domyślnie dzisiaj, max 365 dni zakres)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f4367cd2-2fe8-4c50-921c-215288b49483",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dashboard",
                    "trends"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"trend_date\": \"1984-05-05\",\n      \"orders_count\": 1144,\n      \"avg_order_value\": 311.61297268104795\n    },\n    {\n      \"trend_date\": \"2005-04-08\",\n      \"orders_count\": 4901,\n      \"avg_order_value\": 7504.591713772664\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"1bcc6115-8d3b-e509-bb06-ae49f735b49c\",\n    \"generatedAt\": \"1993-01-06T14:14:51.526Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81fd2f4c-0209-4086-bf3d-74fed48a8049",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dashboard",
                    "trends"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6dc8a6ff-9a9d-4cd3-8010-709e208ed79b",
          "name": "Wykresy vendora",
          "request": {
            "name": "Wykresy vendora",
            "description": {
              "content": "Uprawnienie: analytics.read\n\nZwraca: [{month, orders_this_year, orders_last_year, avg_delivery_time_hours, avg_prob_success}]",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "dashboard",
                "vendor-charts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<string>",
                  "description": "Data od (ISO YYYY-MM-DD, domyślnie 90 dni wstecz)"
                },
                {
                  "disabled": false,
                  "key": "dateTo",
                  "value": "<string>",
                  "description": "Data do (ISO YYYY-MM-DD, domyślnie dzisiaj, max 365 dni zakres)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "95b27990-950d-4989-b7fe-421425d8ff50",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dashboard",
                    "vendor-charts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"month\": \"string\",\n      \"orders_this_year\": 9880,\n      \"orders_last_year\": 6464,\n      \"avg_delivery_time_hours\": 3044.4743366013217,\n      \"avg_prob_success\": 751.9223413992515\n    },\n    {\n      \"month\": \"string\",\n      \"orders_this_year\": 6673,\n      \"orders_last_year\": 1090,\n      \"avg_delivery_time_hours\": 8332.412631716576,\n      \"avg_prob_success\": 7784.374088027488\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"df7860d8-eab2-deac-22c1-0065e1e9869e\",\n    \"generatedAt\": \"1997-09-14T22:18:09.028Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c076f12e-53c8-46ac-8273-7255c583fcef",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dashboard",
                    "vendor-charts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "541fc55b-a4e9-490a-baba-30cc3faf1e21",
          "name": "Podsumowanie sprzedaży",
          "request": {
            "name": "Podsumowanie sprzedaży",
            "description": {
              "content": "Uprawnienie: analytics.read\n\nZwraca: [{month, orders, gross_value, avg_order_value, active_clients}]",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "sales",
                "summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<string>",
                  "description": "Data od (ISO YYYY-MM-DD, domyślnie 90 dni wstecz)"
                },
                {
                  "disabled": false,
                  "key": "dateTo",
                  "value": "<string>",
                  "description": "Data do (ISO YYYY-MM-DD, domyślnie dzisiaj, max 365 dni zakres)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ae9c34b1-2025-461a-a29f-d3314f46a360",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "sales",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"month\": \"string\",\n      \"orders\": 2976,\n      \"gross_value\": 3077.6429906256576,\n      \"avg_order_value\": 9429.143100824322,\n      \"active_clients\": 4971\n    },\n    {\n      \"month\": \"string\",\n      \"orders\": 8956,\n      \"gross_value\": 2641.6968027937005,\n      \"avg_order_value\": 4200.923501492617,\n      \"active_clients\": 8531\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"7644c616-6449-b063-ef2d-573a56268305\",\n    \"generatedAt\": \"2024-03-26T14:38:01.993Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51c66e56-6933-4dc2-91c2-a1e01d9edac0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "sales",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cfde3adc-3fda-42e3-8a9b-56f71581bd13",
          "name": "Kategorie sprzedaży",
          "request": {
            "name": "Kategorie sprzedaży",
            "description": {
              "content": "Uprawnienie: analytics.read\n\nZwraca: [{name, value, count}]",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "sales",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<string>",
                  "description": "Data od (ISO YYYY-MM-DD, domyślnie 90 dni wstecz)"
                },
                {
                  "disabled": false,
                  "key": "dateTo",
                  "value": "<string>",
                  "description": "Data do (ISO YYYY-MM-DD, domyślnie dzisiaj, max 365 dni zakres)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dfd8dcb2-e7f7-4697-a55d-429e7b473221",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "sales",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"name\": \"string\",\n      \"value\": 2553.157588481292,\n      \"count\": 6519\n    },\n    {\n      \"name\": \"string\",\n      \"value\": 4866.214742796138,\n      \"count\": 8723\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"2d57a6a3-8796-55d2-cf2c-a3e7ca5074f7\",\n    \"generatedAt\": \"2001-06-25T23:11:42.663Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c83de2e1-2db6-497d-a7a3-e1fbcca8c2d6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "sales",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6bc14f02-056a-4fff-88f0-051ddc8b98da",
          "name": "Przegląd statystyk",
          "request": {
            "name": "Przegląd statystyk",
            "description": {
              "content": "Uprawnienie: analytics.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "statistics",
                "overview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<string>",
                  "description": "Data od (ISO YYYY-MM-DD, domyślnie 90 dni wstecz)"
                },
                {
                  "disabled": false,
                  "key": "dateTo",
                  "value": "<string>",
                  "description": "Data do (ISO YYYY-MM-DD, domyślnie dzisiaj, max 365 dni zakres)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7b88c22b-f907-4e06-b0b2-900c461dd526",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "statistics",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"metric\": \"string\",\n      \"label\": \"string\",\n      \"value\": 4024.3795488815226\n    },\n    {\n      \"metric\": \"string\",\n      \"label\": \"string\",\n      \"value\": 1218.3134847755284\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"f0f6f1c1-2b5f-5dba-5387-8da4b9208099\",\n    \"generatedAt\": \"2020-06-10T03:22:18.262Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "630cfbca-1e41-4dcf-b9ec-7a269c940c59",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "statistics",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "71874461-76b5-4758-afe4-242c37f05d3d",
          "name": "Dashboard statystyk",
          "request": {
            "name": "Dashboard statystyk",
            "description": {
              "content": "Uprawnienie: analytics.read\n\nZwraca: {regionData, performanceData, timeSlots}",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "statistics",
                "dashboard"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<string>",
                  "description": "Data od (ISO YYYY-MM-DD, domyślnie 90 dni wstecz)"
                },
                {
                  "disabled": false,
                  "key": "dateTo",
                  "value": "<string>",
                  "description": "Data do (ISO YYYY-MM-DD, domyślnie dzisiaj, max 365 dni zakres)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "36cfca8f-0470-4c8b-a006-f3fb6e407aec",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "statistics",
                    "dashboard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"regionData\": [\n      {\n        \"region\": \"string\",\n        \"deliveries\": 7220\n      },\n      {\n        \"region\": \"string\",\n        \"deliveries\": 4799\n      }\n    ],\n    \"performanceData\": [\n      {\n        \"metric\": \"string\",\n        \"value\": 3185.4237462197266\n      },\n      {\n        \"metric\": \"string\",\n        \"value\": 9506.802606283985\n      }\n    ],\n    \"timeSlots\": [\n      {\n        \"slot\": \"string\",\n        \"pct\": 596.3329336317336,\n        \"count\": 746\n      },\n      {\n        \"slot\": \"string\",\n        \"pct\": 4062.8674409614287,\n        \"count\": 8689\n      }\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"bd7f5c6c-13b7-9711-d70e-5e9e4a9be014\",\n    \"generatedAt\": \"2023-02-20T23:12:19.339Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8df72340-5d07-4951-b589-91a6cd50849e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "statistics",
                    "dashboard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "<string>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e5e9e788-fc0b-4725-9c08-0fceebb9a12c",
          "name": "Raport jakości kierowcy i pomocnika",
          "request": {
            "name": "Raport jakości kierowcy i pomocnika",
            "description": {
              "content": "Uprawnienie: analytics.read\n\nZwraca pełne dane o kierowcy i pomocniku realizującym zlecenie na dany dzień.\nPrzydatne przy zgłoszeniach incydentów do oceny pracy załogi.\n\nWywołuje: \"Analytics\".fn_driver_helper_quality(order_id, report_date)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "analytics",
                "driver-helper-quality"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "orderId",
                  "value": "<integer>",
                  "description": "(Required) ID zlecenia (parametr kanoniczny). Endpoint akceptuje też aliasy `order_id`, `OrderID`, `orderID`."
                },
                {
                  "disabled": false,
                  "key": "reportDate",
                  "value": "<date>",
                  "description": "(Required) Data raportu (ISO YYYY-MM-DD, parametr kanoniczny). Endpoint akceptuje też aliasy `report_date`, `raportDate`, `raport_date`, `date`."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "84effe6b-8858-4f97-826c-f3844007587e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "driver-helper-quality"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "orderId",
                      "value": "<integer>"
                    },
                    {
                      "key": "reportDate",
                      "value": "<date>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b4b23d2-cc0c-44af-b8e5-72befb6fc3ec",
              "name": "Bad Request — nieprawidłowe parametry",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "driver-helper-quality"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "orderId",
                      "value": "<integer>"
                    },
                    {
                      "key": "reportDate",
                      "value": "<date>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3908140-6469-48aa-9c46-623e35885287",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "driver-helper-quality"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "orderId",
                      "value": "<integer>"
                    },
                    {
                      "key": "reportDate",
                      "value": "<date>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3faa0396-569f-4612-8a00-d12265ba17e6",
              "name": "Service Unavailable — błąd bazy danych",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "driver-helper-quality"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "orderId",
                      "value": "<integer>"
                    },
                    {
                      "key": "reportDate",
                      "value": "<date>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7f02e044-dec4-43bf-aee2-cbe51372827f",
          "name": "Podsumowanie tygodniowej ankiety HR",
          "request": {
            "name": "Podsumowanie tygodniowej ankiety HR",
            "description": {
              "content": "Uprawnienie: analytics.read\n\nZwraca agregaty odpowiedzi ankiety HR dla tygodniowego podsumowania.\nParametry są opcjonalne i odwzorowują sygnaturę funkcji SQL.\n\nWywołuje: \"Analytics\".fn_hr_weekly_survey_summary(p_form_name, p_date_from, p_date_to, p_hr_oddzial, p_question_code)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "analytics",
                "hr-weekly-survey-summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "formName",
                  "value": "Jak Ci się pracuje w Zadbano?",
                  "description": "Nazwa formularza (aliasy `form_name`, `p_form_name`)."
                },
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<date>",
                  "description": "Data początkowa zakresu (aliasy `date_from`, `p_date_from`)."
                },
                {
                  "disabled": false,
                  "key": "dateTo",
                  "value": "<date>",
                  "description": "Data końcowa zakresu (aliasy `date_to`, `p_date_to`)."
                },
                {
                  "disabled": false,
                  "key": "hrOddzial",
                  "value": "<string>",
                  "description": "Kod/nazwa oddziału HR (aliasy `hr_oddzial`, `p_hr_oddzial`)."
                },
                {
                  "disabled": false,
                  "key": "questionCode",
                  "value": "<string>",
                  "description": "Kod pytania ankietowego (aliasy `question_code`, `p_question_code`)."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9e70a094-234d-4902-973d-8c59be173ee1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "hr-weekly-survey-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "formName",
                      "value": "Jak Ci się pracuje w Zadbano?"
                    },
                    {
                      "key": "dateFrom",
                      "value": "<date>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<date>"
                    },
                    {
                      "key": "hrOddzial",
                      "value": "<string>"
                    },
                    {
                      "key": "questionCode",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"SurveyDate\": \"1992-01-26\",\n    \"QuestionCode\": \"string\",\n    \"QuestionLabel\": \"string\",\n    \"AnswersCount\": 7392,\n    \"AvgScore\": 6781.761595536826,\n    \"PctPositive\": 3056.9012829537014,\n    \"PctNeutral\": 1099.5058079362784,\n    \"PctNegative\": 5747.210426732041\n  },\n  {\n    \"SurveyDate\": \"2012-04-14\",\n    \"QuestionCode\": \"string\",\n    \"QuestionLabel\": \"string\",\n    \"AnswersCount\": 2638,\n    \"AvgScore\": 3580.910558314423,\n    \"PctPositive\": 4959.32690574934,\n    \"PctNeutral\": 2530.8358356991944,\n    \"PctNegative\": 5617.675102529182\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9bab431-3cad-488d-95ad-011cb1a4aa5c",
              "name": "Bad Request — nieprawidłowe parametry",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "hr-weekly-survey-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "formName",
                      "value": "Jak Ci się pracuje w Zadbano?"
                    },
                    {
                      "key": "dateFrom",
                      "value": "<date>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<date>"
                    },
                    {
                      "key": "hrOddzial",
                      "value": "<string>"
                    },
                    {
                      "key": "questionCode",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db791585-fbb4-4cdd-bdd1-08b07df6bd75",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "hr-weekly-survey-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "formName",
                      "value": "Jak Ci się pracuje w Zadbano?"
                    },
                    {
                      "key": "dateFrom",
                      "value": "<date>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<date>"
                    },
                    {
                      "key": "hrOddzial",
                      "value": "<string>"
                    },
                    {
                      "key": "questionCode",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "142b9fa4-9bc2-42e3-bf3b-940f97fe7dd2",
              "name": "Service Unavailable — błąd bazy danych",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "hr-weekly-survey-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "formName",
                      "value": "Jak Ci się pracuje w Zadbano?"
                    },
                    {
                      "key": "dateFrom",
                      "value": "<date>"
                    },
                    {
                      "key": "dateTo",
                      "value": "<date>"
                    },
                    {
                      "key": "hrOddzial",
                      "value": "<string>"
                    },
                    {
                      "key": "questionCode",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "34d56c33-225d-4c2a-8bfe-2be9658855aa",
      "name": "Reports",
      "description": {
        "content": "Generowanie raportów (async)",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "7110abd1-a9d3-4dbc-9bb7-50f42a91dfa8",
          "name": "Utwórz zadanie raportu",
          "request": {
            "name": "Utwórz zadanie raportu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "reports",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reportType\": \"<string>\",\n  \"format\": \"json\",\n  \"dateFrom\": \"<string>\",\n  \"dateTo\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "38aa841e-1f5e-475e-8a50-959b8d98c9f9",
              "name": "Accepted",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "reports",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reportType\": \"sales_summary\",\n  \"format\": \"csv\",\n  \"dateFrom\": \"2026-01-01\",\n  \"dateTo\": \"2026-02-28\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"jobId\": \"f45ff0ab-53ea-9b23-c6fa-71e43c8cc65f\",\n    \"reportType\": \"string\",\n    \"format\": \"json\",\n    \"status\": \"queued\",\n    \"submittedAt\": \"1950-06-28T13:36:48.703Z\",\n    \"vendorId\": \"string\",\n    \"requestedBy\": \"string\",\n    \"dateFrom\": \"2003-02-02\",\n    \"dateTo\": \"1982-01-15\",\n    \"links\": {\n      \"status\": \"string\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37cce951-26d3-4d59-bd66-bb0418813d40",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "reports",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reportType\": \"sales_summary\",\n  \"format\": \"csv\",\n  \"dateFrom\": \"2026-01-01\",\n  \"dateTo\": \"2026-02-28\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11f57132-29d1-4a59-90b8-87567c566d8e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "reports",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reportType\": \"sales_summary\",\n  \"format\": \"csv\",\n  \"dateFrom\": \"2026-01-01\",\n  \"dateTo\": \"2026-02-28\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a0ca9bbf-e8d5-441b-b332-28d67a96f2c4",
          "name": "Status zadania raportu",
          "request": {
            "name": "Status zadania raportu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "reports",
                "jobs",
                ":jobId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "jobId",
                  "description": "(Required) ID zadania raportu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a53fbfb2-a6df-43e8-8051-e61b16d0b5ab",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "reports",
                    "jobs",
                    ":jobId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "jobId",
                      "description": "(Required) ID zadania raportu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"jobId\": \"98b8a66e-ac66-96de-b957-2f12751bf20a\",\n    \"reportType\": \"string\",\n    \"format\": \"string\",\n    \"status\": \"done\",\n    \"submittedAt\": \"1966-01-09T03:55:40.059Z\",\n    \"vendorId\": \"string\",\n    \"requestedBy\": \"string\",\n    \"dateFrom\": \"1976-09-20\",\n    \"dateTo\": \"2010-10-22\",\n    \"downloadUrl\": \"string\",\n    \"links\": {\n      \"status\": \"string\"\n    }\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"50b43fab-eca7-f4d2-2729-b3b5ddf7d538\",\n    \"generatedAt\": \"1985-01-18T13:30:32.817Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d732253a-d44e-406f-8415-3c193c794de0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "reports",
                    "jobs",
                    ":jobId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "jobId",
                      "description": "(Required) ID zadania raportu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "097d8b01-62a3-4171-bf70-603924c671d7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "reports",
                    "jobs",
                    ":jobId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "jobId",
                      "description": "(Required) ID zadania raportu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "21ff2356-321c-449a-bbf5-138e9b8966fd",
      "name": "Kepler",
      "description": {
        "content": "Orbita — predykcja opóźnień, przesunięcia, powiadomienia",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a6c42e3b-de60-4a46-8d25-d1472c7c7e59",
          "name": "Zamówienia zagrożone opóźnieniem",
          "request": {
            "name": "Zamówienia zagrożone opóźnieniem",
            "description": {
              "content": "Uprawnienie: kepler.read\n\nDozwolone fields: id, vendor_id, order_id, order_number, customer, city, hub, vendor, delivery_standard, promise_to, predicted_delivery, predicted_delay_minutes, prob_success, remaining_minutes, status, stage, risk_level, eta_confidence, neighbors, vector_distance, customer_email, customer_phone, parcels, weight, last_event, last_event_at\n\nInclude: prediction (predicted_delay_minutes, remaining_minutes, eta_confidence, neighbors), context (hub, vendor, delivery_standard, status), details (stage, vector_distance, customer_email, customer_phone, parcels, weight, last_event, last_event_at)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "kepler",
                "at-risk-orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ccac0a28-281c-4cba-8cec-87bfd52a48d0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "at-risk-orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"vendor_id\": 8900,\n      \"order_id\": 8733,\n      \"order_number\": \"string\",\n      \"customer\": \"string\",\n      \"city\": \"string\",\n      \"hub\": \"string\",\n      \"vendor\": \"string\",\n      \"delivery_standard\": \"string\",\n      \"promise_to\": \"2005-11-21T10:09:12.378Z\",\n      \"predicted_delivery\": \"2009-05-29T06:29:49.124Z\",\n      \"predicted_delay_minutes\": 8143,\n      \"prob_success\": 1223.5560428011504,\n      \"remaining_minutes\": 2741,\n      \"status\": \"string\",\n      \"stage\": \"string\",\n      \"risk_level\": \"critical\",\n      \"eta_confidence\": 4718.2355387570515,\n      \"neighbors\": 6718,\n      \"vector_distance\": 5330.62636337774,\n      \"customer_email\": \"string\",\n      \"customer_phone\": \"string\",\n      \"parcels\": 4423,\n      \"weight\": 703.5074916618566,\n      \"last_event\": \"string\",\n      \"last_event_at\": \"1997-02-10T08:47:56.346Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"vendor_id\": 6566,\n      \"order_id\": 6070,\n      \"order_number\": \"string\",\n      \"customer\": \"string\",\n      \"city\": \"string\",\n      \"hub\": \"string\",\n      \"vendor\": \"string\",\n      \"delivery_standard\": \"string\",\n      \"promise_to\": \"1989-05-02T22:36:25.842Z\",\n      \"predicted_delivery\": \"1949-11-12T18:41:02.410Z\",\n      \"predicted_delay_minutes\": 732,\n      \"prob_success\": 7206.8664360449275,\n      \"remaining_minutes\": 2044,\n      \"status\": \"string\",\n      \"stage\": \"string\",\n      \"risk_level\": \"critical\",\n      \"eta_confidence\": 7734.177109629112,\n      \"neighbors\": 9014,\n      \"vector_distance\": 21.35915377234454,\n      \"customer_email\": \"string\",\n      \"customer_phone\": \"string\",\n      \"parcels\": 6057,\n      \"weight\": 2282.177715761338,\n      \"last_event\": \"string\",\n      \"last_event_at\": \"1991-01-10T10:01:54.072Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"baaabde3-a816-5d70-95b2-2eb389fb40c3\",\n    \"generatedAt\": \"2019-09-30T20:29:21.878Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5e86537-edac-4097-b6bb-51d713725eba",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "at-risk-orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76804c7f-f7cc-4995-87fd-e09b8afd9bb7",
          "name": "Przesunięcie dostawy",
          "request": {
            "name": "Przesunięcie dostawy",
            "description": {},
            "url": {
              "path": [
                "v1",
                "kepler",
                "reschedule"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderId\": \"<string>\",\n  \"newDeliveryDate\": \"<date>\",\n  \"reason\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "abd9943a-1856-4665-a8da-941667f8606b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "reschedule"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-AT-RISK-001\",\n  \"newDeliveryDate\": \"2026-03-08\",\n  \"reason\": \"Klient niedostępny w pierwotnym terminie\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"scope\": \"string\",\n    \"refresh_status\": \"QUEUED\",\n    \"details\": {},\n    \"refreshed_at\": \"1950-04-13T12:34:38.487Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"9dc69844-db1a-b9c4-b035-127c8b83d723\",\n    \"generatedAt\": \"1971-03-23T11:58:47.039Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1badb8ff-af34-483c-94e8-efc7f7cca86a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "reschedule"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-AT-RISK-001\",\n  \"newDeliveryDate\": \"2026-03-08\",\n  \"reason\": \"Klient niedostępny w pierwotnym terminie\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c3db9c6-0700-4049-8ff4-a41d420c2b91",
          "name": "Grupowe przesunięcie dostaw",
          "request": {
            "name": "Grupowe przesunięcie dostaw",
            "description": {},
            "url": {
              "path": [
                "v1",
                "kepler",
                "batch-reschedule"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"newDeliveryDate\": \"<date>\",\n  \"reason\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3fee757e-23de-4c33-a288-2a150c0a3813",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "batch-reschedule"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderIds\": [\n    \"ORD-001\",\n    \"ORD-002\"\n  ],\n  \"newDeliveryDate\": \"2026-03-08\",\n  \"reason\": \"Warunki pogodowe\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"scope\": \"string\",\n    \"refresh_status\": \"QUEUED\",\n    \"details\": {},\n    \"refreshed_at\": \"1950-04-13T12:34:38.487Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"9dc69844-db1a-b9c4-b035-127c8b83d723\",\n    \"generatedAt\": \"1971-03-23T11:58:47.039Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db66b0d8-db95-4c9e-bf53-86fb6a7bb8d5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "batch-reschedule"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderIds\": [\n    \"ORD-001\",\n    \"ORD-002\"\n  ],\n  \"newDeliveryDate\": \"2026-03-08\",\n  \"reason\": \"Warunki pogodowe\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aa94fb0c-84b1-4094-a21e-bbb012e5faf8",
          "name": "Powiadomienie SMS klienta",
          "request": {
            "name": "Powiadomienie SMS klienta",
            "description": {},
            "url": {
              "path": [
                "v1",
                "kepler",
                "notify",
                "sms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderId\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"message\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "711396f8-59ac-4451-a37a-9009f351f224",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "notify",
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-001\",\n  \"phone\": \"+48600700800\",\n  \"message\": \"Informujemy o opóźnieniu dostawy\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"scope\": \"string\",\n    \"refresh_status\": \"QUEUED\",\n    \"details\": {},\n    \"refreshed_at\": \"1950-04-13T12:34:38.487Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"9dc69844-db1a-b9c4-b035-127c8b83d723\",\n    \"generatedAt\": \"1971-03-23T11:58:47.039Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef8f53ac-644c-4235-b928-c64d617f37ad",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "notify",
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-001\",\n  \"phone\": \"+48600700800\",\n  \"message\": \"Informujemy o opóźnieniu dostawy\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4d4fe8b0-6c58-44cb-91fa-7fc7ea97a67a",
          "name": "Powiadomienie email klienta",
          "request": {
            "name": "Powiadomienie email klienta",
            "description": {},
            "url": {
              "path": [
                "v1",
                "kepler",
                "notify",
                "email"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderId\": \"<string>\",\n  \"email\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"message\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a9eaf3d1-e2d2-4e44-b24c-c7962736bbe5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "notify",
                    "email"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-001\",\n  \"email\": \"klient@example.com\",\n  \"subject\": \"Opóźnienie dostawy\",\n  \"message\": \"Informujemy o opóźnieniu...\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"scope\": \"string\",\n    \"refresh_status\": \"QUEUED\",\n    \"details\": {},\n    \"refreshed_at\": \"1950-04-13T12:34:38.487Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"9dc69844-db1a-b9c4-b035-127c8b83d723\",\n    \"generatedAt\": \"1971-03-23T11:58:47.039Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c609ab23-a258-4191-8589-f0fdee5026ea",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "notify",
                    "email"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderId\": \"ORD-001\",\n  \"email\": \"klient@example.com\",\n  \"subject\": \"Opóźnienie dostawy\",\n  \"message\": \"Informujemy o opóźnieniu...\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa9b1788-7d8f-48dc-81f2-655664b81712",
          "name": "Statystyki Kepler",
          "request": {
            "name": "Statystyki Kepler",
            "description": {
              "content": "Zwraca: total_at_risk, critical_orders, high_risk_orders, avg_predicted_delay_minutes, avg_prob_success",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "kepler",
                "statistics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f8cf99ca-7574-4d46-b9f0-b6ef2b7a5f19",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "statistics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"metric\": \"string\",\n      \"label\": \"string\",\n      \"value\": 4024.3795488815226\n    },\n    {\n      \"metric\": \"string\",\n      \"label\": \"string\",\n      \"value\": 1218.3134847755284\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"f0f6f1c1-2b5f-5dba-5387-8da4b9208099\",\n    \"generatedAt\": \"2020-06-10T03:22:18.262Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0355e6e-a880-4d3a-8d90-a8bd040ad6f2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "kepler",
                    "statistics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e46c129f-9211-4298-b9db-e7bc32e9f167",
      "name": "Support",
      "description": {
        "content": "Procesy BPMN, galeria zdjęć",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "03a9092b-b579-481e-af47-cfa32ece0c5a",
          "name": "Lista plików BPMN",
          "request": {
            "name": "Lista plików BPMN",
            "description": {
              "content": "Uprawnienie: support.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "process",
                "bpmn",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0d98b686-4d32-452b-b445-9074d9213785",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "process",
                    "bpmn",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"name\": \"string\",\n      \"baseName\": \"string\",\n      \"path\": \"string\"\n    },\n    {\n      \"name\": \"string\",\n      \"baseName\": \"string\",\n      \"path\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"dac65270-a2e1-ada4-a104-20bb797588d7\",\n    \"generatedAt\": \"2011-05-18T22:58:10.136Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0be6a9ec-a53d-4cc8-8e94-742007d633cb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "process",
                    "bpmn",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9fa51b9c-84e8-435c-90d7-c586d62b0f69",
          "name": "Pobierz plik BPMN",
          "request": {
            "name": "Pobierz plik BPMN",
            "description": {},
            "url": {
              "path": [
                "v1",
                "process",
                "bpmn",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "description": "(Required) Nazwa pliku BPMN"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1a9e36f5-a147-4633-8b98-ca1c54bcb205",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "process",
                    "bpmn",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "name",
                      "description": "(Required) Nazwa pliku BPMN"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"name\": \"string\",\n    \"baseName\": \"string\",\n    \"path\": \"string\",\n    \"content\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"747467e7-70bd-68ed-649e-56704f8bbe1b\",\n    \"generatedAt\": \"1967-01-07T12:56:54.748Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3d08ce1-1fd2-48c3-b5d6-5dca1c945e9b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "process",
                    "bpmn",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "name",
                      "description": "(Required) Nazwa pliku BPMN"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c0c7fef4-a6b4-4972-b5a0-6d9bc5171572",
          "name": "Opis procesu BPMN",
          "request": {
            "name": "Opis procesu BPMN",
            "description": {},
            "url": {
              "path": [
                "v1",
                "process",
                "bpmn",
                ":baseName",
                "description"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "baseName",
                  "description": "(Required) Bazowa nazwa pliku"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4c23490f-f379-4571-a851-47ec465a4b0d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "process",
                    "bpmn",
                    ":baseName",
                    "description"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "baseName",
                      "description": "(Required) Bazowa nazwa pliku"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"baseName\": \"string\",\n    \"description\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"3b651f48-b047-b8fe-a057-0d76f89cf4eb\",\n    \"generatedAt\": \"2005-05-22T09:34:50.531Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f030fa9-4a6f-4058-a11b-c45bb94a1ca0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "process",
                    "bpmn",
                    ":baseName",
                    "description"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "baseName",
                      "description": "(Required) Bazowa nazwa pliku"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1c7801ae-4e46-41e3-b58f-343fd6d77657",
          "name": "Lista zdjęć galerii",
          "request": {
            "name": "Lista zdjęć galerii",
            "description": {
              "content": "Uprawnienie: support.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "gallery",
                "photos"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3f02502e-2539-4c22-bc6c-5e699eabd4f5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "gallery",
                    "photos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"name\": \"string\",\n      \"url\": \"string\",\n      \"size\": 5517\n    },\n    {\n      \"name\": \"string\",\n      \"url\": \"string\",\n      \"size\": 7167\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"0a7450ac-3af2-3b28-42bb-5b8647d18142\",\n    \"generatedAt\": \"1964-09-19T19:13:36.909Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "465bd0a7-250f-4627-9fc0-a68b03e22eb5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "gallery",
                    "photos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "bcaad9ee-f3b4-49a2-8ba2-723e09462206",
      "name": "AI",
      "description": {
        "content": "Chat AI z załącznikami i ustawieniami",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "daf0732d-a3b8-4443-950d-b6985dbd324e",
          "name": "Chat AI z załącznikami",
          "request": {
            "name": "Chat AI z załącznikami",
            "description": {
              "content": "Uprawnienie: ai.create\n\nOdpowiedź: {id, role, content, provider, model, sessionId, channel, attachmentsProcessed, usage{promptTokens, completionTokens, totalTokens}, createdAt}",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "ai",
                "chat"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"message\": \"<string>\",\n  \"channel\": \"text\",\n  \"history\": [\n    {\n      \"role\": \"<string>\",\n      \"content\": \"<string>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"content\": \"<string>\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"name\": \"<string>\",\n      \"mimeType\": \"<string>\",\n      \"kind\": \"<string>\",\n      \"sizeBytes\": \"<integer>\",\n      \"contentBase64\": \"<string>\",\n      \"id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"mimeType\": \"<string>\",\n      \"kind\": \"<string>\",\n      \"sizeBytes\": \"<integer>\",\n      \"contentBase64\": \"<string>\",\n      \"id\": \"<string>\"\n    }\n  ],\n  \"settings\": {\n    \"responseLanguage\": \"<string>\",\n    \"responseStyle\": \"<string>\",\n    \"notificationsEnabled\": \"<boolean>\",\n    \"privacyMode\": \"<string>\",\n    \"historyRetentionDays\": \"<integer>\",\n    \"voiceEnabled\": \"<boolean>\",\n    \"videoEnabled\": \"<boolean>\",\n    \"microphoneEnabled\": \"<boolean>\",\n    \"cameraEnabled\": \"<boolean>\",\n    \"screenShareEnabled\": \"<boolean>\",\n    \"translationEnabled\": \"<boolean>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c5c220ec-d153-4ea8-9f15-987ff9aae40b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "ai",
                    "chat"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"Jakie zamówienia są zagrożone opóźnieniem?\",\n  \"channel\": \"text\",\n  \"history\": [\n    {\n      \"role\": \"<string>\",\n      \"content\": \"<string>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"content\": \"<string>\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"name\": \"raport.pdf\",\n      \"mimeType\": \"application/pdf\",\n      \"kind\": \"<string>\",\n      \"sizeBytes\": \"<integer>\",\n      \"contentBase64\": \"<string>\",\n      \"id\": \"<string>\"\n    },\n    {\n      \"name\": \"raport.pdf\",\n      \"mimeType\": \"application/pdf\",\n      \"kind\": \"<string>\",\n      \"sizeBytes\": \"<integer>\",\n      \"contentBase64\": \"<string>\",\n      \"id\": \"<string>\"\n    }\n  ],\n  \"settings\": {\n    \"responseLanguage\": \"pl\",\n    \"responseStyle\": \"concise\",\n    \"notificationsEnabled\": \"<boolean>\",\n    \"privacyMode\": \"standard\",\n    \"historyRetentionDays\": 30,\n    \"voiceEnabled\": \"<boolean>\",\n    \"videoEnabled\": \"<boolean>\",\n    \"microphoneEnabled\": \"<boolean>\",\n    \"cameraEnabled\": \"<boolean>\",\n    \"screenShareEnabled\": \"<boolean>\",\n    \"translationEnabled\": \"<boolean>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"244d22b8-885c-fb9f-3ce3-1144e9949219\",\n    \"role\": \"assistant\",\n    \"content\": \"string\",\n    \"provider\": \"string\",\n    \"model\": \"string\",\n    \"sessionId\": \"string\",\n    \"channel\": \"video\",\n    \"attachmentsProcessed\": 194,\n    \"usage\": {\n      \"promptTokens\": 989,\n      \"completionTokens\": 8359,\n      \"totalTokens\": 6228\n    },\n    \"createdAt\": \"1964-02-19T07:42:03.277Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"0df50683-bd63-122c-83a1-1f8ba1ffbdb0\",\n    \"generatedAt\": \"1965-09-09T14:03:31.503Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2642bdd6-a76c-463d-b729-0860ffd6712c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "ai",
                    "chat"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"Jakie zamówienia są zagrożone opóźnieniem?\",\n  \"channel\": \"text\",\n  \"history\": [\n    {\n      \"role\": \"<string>\",\n      \"content\": \"<string>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"content\": \"<string>\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"name\": \"raport.pdf\",\n      \"mimeType\": \"application/pdf\",\n      \"kind\": \"<string>\",\n      \"sizeBytes\": \"<integer>\",\n      \"contentBase64\": \"<string>\",\n      \"id\": \"<string>\"\n    },\n    {\n      \"name\": \"raport.pdf\",\n      \"mimeType\": \"application/pdf\",\n      \"kind\": \"<string>\",\n      \"sizeBytes\": \"<integer>\",\n      \"contentBase64\": \"<string>\",\n      \"id\": \"<string>\"\n    }\n  ],\n  \"settings\": {\n    \"responseLanguage\": \"pl\",\n    \"responseStyle\": \"concise\",\n    \"notificationsEnabled\": \"<boolean>\",\n    \"privacyMode\": \"standard\",\n    \"historyRetentionDays\": 30,\n    \"voiceEnabled\": \"<boolean>\",\n    \"videoEnabled\": \"<boolean>\",\n    \"microphoneEnabled\": \"<boolean>\",\n    \"cameraEnabled\": \"<boolean>\",\n    \"screenShareEnabled\": \"<boolean>\",\n    \"translationEnabled\": \"<boolean>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "f75e550c-b799-42a8-a18f-e0fb398bffe8",
      "name": "Guest",
      "description": {
        "content": "Rejestracja gości (publiczny endpoint)",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "46cea55c-a746-47dc-942e-746cc80e0547",
          "name": "Rejestracja gościa (publiczny)",
          "request": {
            "name": "Rejestracja gościa (publiczny)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "guest",
                "register"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fullName\": \"<string>\",\n  \"email\": \"<email>\",\n  \"company\": \"<string>\",\n  \"source\": \"trade_fair\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "720035fe-1652-452e-a2ff-0f530b0336c4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "guest",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"Anna Wiśniewska\",\n  \"email\": \"anna@firma.com\",\n  \"company\": \"Logistics Corp Sp. z o.o.\",\n  \"source\": \"trade_fair\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"fullName\": \"string\",\n    \"email\": \"string\",\n    \"company\": \"string\",\n    \"source\": \"string\",\n    \"createdAt\": \"1977-11-13T13:06:00.626Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4f158296-51d8-b62e-4d63-f147255e9d96\",\n    \"generatedAt\": \"2004-01-12T15:29:26.428Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4257327-27e6-4487-8577-35442cd0521c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "guest",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"Anna Wiśniewska\",\n  \"email\": \"anna@firma.com\",\n  \"company\": \"Logistics Corp Sp. z o.o.\",\n  \"source\": \"trade_fair\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "23a3c4e6-1572-4442-9ec2-2fa00435b389",
          "name": "Lista zarejestrowanych gości",
          "request": {
            "name": "Lista zarejestrowanych gości",
            "description": {
              "content": "Uprawnienie: vendor.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "guest",
                "list"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Numer strony"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Rozmiar strony (max 50)"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "<string>",
                  "description": "Wybrane kolumny (CSV)"
                },
                {
                  "disabled": false,
                  "key": "include",
                  "value": "<string>",
                  "description": "Grupy dodatkowych pól (CSV)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d124bfed-136d-4882-8c35-35362d2b6301",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "guest",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"fullName\": \"string\",\n      \"email\": \"string\",\n      \"company\": \"string\",\n      \"source\": \"string\",\n      \"createdAt\": \"1953-08-24T07:22:46.128Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"fullName\": \"string\",\n      \"email\": \"string\",\n      \"company\": \"string\",\n      \"source\": \"string\",\n      \"createdAt\": \"1963-07-28T06:35:07.567Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"ceeedf46-06e5-aa01-2d45-6c8851447a50\",\n    \"generatedAt\": \"1960-12-03T20:04:15.987Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4210bff3-9f27-4b0a-b57d-15a6d01c8ef4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "guest",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "fields",
                      "value": "<string>"
                    },
                    {
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "2d2c0ca4-d3e6-4f65-b4a0-f185ae134684",
      "name": "CMS",
      "description": {
        "content": "Data Lineage, Runtime CMS, tłumaczenia",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "17dfe9d7-3f10-4243-80d1-587583c8b2b0",
          "name": "Data Lineage — pobierz dane",
          "request": {
            "name": "Data Lineage — pobierz dane",
            "description": {
              "content": "Dostęp: token serwisowy (nagłówek X-CMS-Sync-Token) LUB auth + support.read + SUPER_USER",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "cms",
                "data-lineage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "moduleId",
                  "value": "<string>",
                  "description": "Filtr po module"
                },
                {
                  "disabled": false,
                  "key": "keys",
                  "value": "<string>",
                  "description": "CSV lista kluczy do pobrania"
                },
                {
                  "disabled": false,
                  "key": "active",
                  "value": "true",
                  "description": "Tylko aktywne (domyślnie true)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e053eea2-a849-4b7a-9391-a8172feddb17",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "data-lineage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "moduleId",
                      "value": "<string>"
                    },
                    {
                      "key": "keys",
                      "value": "<string>"
                    },
                    {
                      "key": "active",
                      "value": "true"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\",\n      \"key\": \"string\",\n      \"value\": \"string\",\n      \"is_active\": true,\n      \"updated_at\": \"1974-05-16T15:28:09.838Z\"\n    },\n    {\n      \"module_id\": \"string\",\n      \"key\": \"string\",\n      \"value\": \"string\",\n      \"is_active\": false,\n      \"updated_at\": \"1967-08-20T07:57:35.500Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4ddcdbc2-fcf0-9568-ee89-6d67537ae890\",\n    \"generatedAt\": \"1950-11-03T02:16:10.390Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fae28a9-9405-4497-97e9-9e2c2f8cb4f0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "data-lineage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "moduleId",
                      "value": "<string>"
                    },
                    {
                      "key": "keys",
                      "value": "<string>"
                    },
                    {
                      "key": "active",
                      "value": "true"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "08d28a40-9845-423c-ac62-e1b63c55a8cf",
          "name": "Data Lineage — synchronizacja",
          "request": {
            "name": "Data Lineage — synchronizacja",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "data-lineage",
                "sync"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"rows\": [\n    {\n      \"key_0\": 909,\n      \"key_1\": \"string\",\n      \"key_2\": 658.2237604688723\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": 8233,\n      \"key_2\": \"string\",\n      \"key_3\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"updatedBy\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "03c60c9e-2d20-47f2-b653-357153483581",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "data-lineage",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rows\": [\n    {\n      \"key_0\": 9178.67822460106,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\",\n      \"key_2\": true\n    }\n  ],\n  \"source\": \"cms-admin\",\n  \"updatedBy\": \"admin@firma.pl\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"synced\": 8944,\n    \"errors\": 7597\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b3924b7b-3b20-0a0a-b62e-58569073e28d\",\n    \"generatedAt\": \"1986-07-22T19:18:51.098Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67d59151-8f58-477b-b511-b0ea35506a3e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "data-lineage",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rows\": [\n    {\n      \"key_0\": 9178.67822460106,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\",\n      \"key_2\": true\n    }\n  ],\n  \"source\": \"cms-admin\",\n  \"updatedBy\": \"admin@firma.pl\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e3d03fd0-fe17-4255-a045-4a3170be455a",
          "name": "Data Lineage — weryfikacja kluczy",
          "request": {
            "name": "Data Lineage — weryfikacja kluczy",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "data-lineage",
                "verify"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"expectedKeys\": [\n    \"<string>\"\n  ],\n  \"moduleId\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4604c9ef-36a1-46b4-bed9-95ef1e91219e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "data-lineage",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"expectedKeys\": [\n    \"<string>\"\n  ],\n  \"moduleId\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"valid\": false,\n    \"missing\": [\n      \"string\",\n      \"string\"\n    ],\n    \"extra\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"20bbcb30-8dff-0963-fafd-7a4e6e93c319\",\n    \"generatedAt\": \"2022-04-06T21:21:46.767Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31db86cf-921b-4b4c-9a07-b6a9759c57e3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "data-lineage",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"expectedKeys\": [\n    \"<string>\"\n  ],\n  \"moduleId\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc2eb089-c695-4576-b4d9-c82b1bd5449e",
          "name": "Runtime CMS — pobierz konfigurację",
          "request": {
            "name": "Runtime CMS — pobierz konfigurację",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "runtime"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "lang",
                  "value": "<string>",
                  "description": "Kod języka (np. pl, en)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4867ff87-276b-460c-a2d3-c346b1df90de",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "lang",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"activeLang\": \"string\",\n    \"texts\": {\n      \"key_0\": 8089.223354329495,\n      \"key_1\": \"string\"\n    },\n    \"images\": {\n      \"key_0\": 2701\n    },\n    \"moduleVisibility\": {\n      \"key_0\": true,\n      \"key_1\": 4901\n    },\n    \"translations\": {\n      \"key_0\": 2233,\n      \"key_1\": 1881\n    }\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"7c15d6eb-365a-06bd-d5df-b3e3281508e4\",\n    \"generatedAt\": \"1968-10-15T10:31:25.284Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e33887b7-50d2-4b50-bbb6-6f4bcf4ee577",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "lang",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "521649f2-2fae-4b24-9657-8d326d704e24",
          "name": "Ustaw aktywny język CMS",
          "request": {
            "name": "Ustaw aktywny język CMS",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "runtime",
                "active-lang"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"lang\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "353ceb95-1407-4771-992c-e2eda7daa7dc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "active-lang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"lang\": \"pl\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": true,\n    \"lang\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"ab0f7c28-6733-9700-2e72-7da4f18126e2\",\n    \"generatedAt\": \"2016-06-08T13:09:16.178Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b7cfcaa-0c76-4165-be57-7aeb47342bf5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "active-lang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"lang\": \"pl\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "24044dfe-0dbb-44d6-bf84-77a0f1add2c2",
          "name": "Nadpisz tekst CMS",
          "request": {
            "name": "Nadpisz tekst CMS",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "runtime",
                "text",
                ":lang",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "lang",
                  "description": "(Required) Kod języka"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID tekstu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"override\": {\n    \"key_0\": 1650\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2587bd3d-6db3-4e43-a234-0fa9ed9b3f39",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "text",
                    ":lang",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "lang",
                      "description": "(Required) Kod języka"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID tekstu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"override\": {\n    \"key_0\": 5396\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": false\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b8c7dd9f-8561-9302-386f-df391bde5bb4\",\n    \"generatedAt\": \"1951-10-11T07:40:36.483Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4eff229-37b9-4a74-b58f-f879b2d827e6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "text",
                    ":lang",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "lang",
                      "description": "(Required) Kod języka"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID tekstu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"override\": {\n    \"key_0\": 5396\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6cbb7a7a-3ede-4b7e-aa33-a3b769695eee",
          "name": "Nadpisz obraz CMS",
          "request": {
            "name": "Nadpisz obraz CMS",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "runtime",
                "image",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"override\": {\n    \"key_0\": 1650\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "aee02cc0-8131-4eb8-a23b-388392bb0673",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "image",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"override\": {\n    \"key_0\": 5396\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": false\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b8c7dd9f-8561-9302-386f-df391bde5bb4\",\n    \"generatedAt\": \"1951-10-11T07:40:36.483Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6f22c36-3a67-4dc9-af9f-5432e9233f7a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "image",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"override\": {\n    \"key_0\": 5396\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "555ce4ff-70e4-4ebb-a546-376488141915",
          "name": "Widoczność modułu CMS",
          "request": {
            "name": "Widoczność modułu CMS",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "runtime",
                "module-visibility",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"visible\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ad3f06f0-5d0c-49fa-9550-bdfda8359ec8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "module-visibility",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"visible\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": false\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b8c7dd9f-8561-9302-386f-df391bde5bb4\",\n    \"generatedAt\": \"1951-10-11T07:40:36.483Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3afdec4-e6a9-4b5f-bd43-84a448328ffd",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "module-visibility",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"visible\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5b947b8f-23d8-402e-8e21-7515e6134d35",
          "name": "Synchronizacja tłumaczeń",
          "request": {
            "name": "Synchronizacja tłumaczeń",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "runtime",
                "translations",
                "sync"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"rows\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 2163,\n      \"key_2\": 6706.85725187459\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 2597\n    }\n  ],\n  \"updatedBy\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1e4223b7-2777-4323-aa17-be758bf03fea",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "translations",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rows\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\",\n      \"key_2\": 3420.509404540235\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": true\n    }\n  ],\n  \"updatedBy\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"synced\": 6168\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"455edb31-11ec-39d7-7902-ad6af2243340\",\n    \"generatedAt\": \"1948-09-22T02:18:26.209Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1f6e501-f499-4c92-bdc4-e061f7a8257c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "translations",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rows\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\",\n      \"key_2\": 3420.509404540235\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": true\n    }\n  ],\n  \"updatedBy\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1bea308e-26a7-4bbf-a3fb-228a1273e8a4",
          "name": "Migracja lokalna CMS",
          "request": {
            "name": "Migracja lokalna CMS",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "runtime",
                "migrate-local"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"snapshot\": {\n    \"key_0\": false,\n    \"key_1\": 4204\n  },\n  \"updatedBy\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3e90e4ab-41c3-4e88-8971-168e192f5c7c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "migrate-local"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"snapshot\": {\n    \"key_0\": true\n  },\n  \"updatedBy\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": false\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b8c7dd9f-8561-9302-386f-df391bde5bb4\",\n    \"generatedAt\": \"1951-10-11T07:40:36.483Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "981ba113-4dda-4cf0-b8db-2b1a786136d5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "migrate-local"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"snapshot\": {\n    \"key_0\": true\n  },\n  \"updatedBy\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9e64ce53-fca0-48b1-aede-e40b4be609b9",
          "name": "Reset runtime CMS",
          "request": {
            "name": "Reset runtime CMS",
            "description": {},
            "url": {
              "path": [
                "v1",
                "cms",
                "runtime",
                "reset"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"resetActiveLang\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c26a8897-a61a-4846-bf8e-2ba187e32b50",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "reset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetActiveLang\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": false\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b8c7dd9f-8561-9302-386f-df391bde5bb4\",\n    \"generatedAt\": \"1951-10-11T07:40:36.483Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c38b5c42-0d5b-49f0-bdd2-88783da1ee33",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "cms",
                    "runtime",
                    "reset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetActiveLang\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "dbc3edcf-0011-4d4c-b6cc-a3bed3765b80",
      "name": "Polaris",
      "description": {
        "content": "Dokumenty handlowe partnerów, upload S3, AI summary",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "bc1c5693-61a5-44d8-a391-a5e32de233b7",
          "name": "Lista typów dokumentów",
          "request": {
            "name": "Lista typów dokumentów",
            "description": {},
            "url": {
              "path": [
                "v1",
                "polaris",
                "document-types"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4126ed7f-528d-4cff-8ebe-bf3054207217",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "document-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 6469,\n      \"code\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_active\": true,\n      \"created_at\": \"2019-11-09T10:06:50.656Z\",\n      \"updated_at\": \"1968-03-26T07:00:36.869Z\"\n    },\n    {\n      \"id\": 4229,\n      \"code\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_active\": false,\n      \"created_at\": \"1994-04-14T07:53:30.598Z\",\n      \"updated_at\": \"2001-06-02T06:46:16.564Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"824b459b-2ebb-c623-df87-21baf6a93eaa\",\n    \"generatedAt\": \"1970-06-01T22:06:49.695Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab35e038-8a43-4dee-8ee3-d9752bc361e8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "document-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "614749cb-7471-43b6-bb6f-4ee84a67a0c1",
          "name": "Utwórz typ dokumentu",
          "request": {
            "name": "Utwórz typ dokumentu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "polaris",
                "document-types"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "361d9a44-eaaa-4e47-87a4-d607228ca283",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "document-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"CONTRACT\",\n  \"name\": \"Umowa\",\n  \"description\": \"Umowa partnerska\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 1540,\n    \"code\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_active\": true,\n    \"created_at\": \"1968-02-20T01:41:07.497Z\",\n    \"updated_at\": \"2025-03-25T20:31:49.226Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7937aa3-5e26-43a3-b88e-a4ec1dbdeb38",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "document-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"CONTRACT\",\n  \"name\": \"Umowa\",\n  \"description\": \"Umowa partnerska\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7c229b1-a01e-49a0-bac6-a74e36299636",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "document-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"CONTRACT\",\n  \"name\": \"Umowa\",\n  \"description\": \"Umowa partnerska\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "affa5c44-8186-4483-81dc-1c680cf3cf4d",
          "name": "Lista dokumentów partnera",
          "request": {
            "name": "Lista dokumentów partnera",
            "description": {},
            "url": {
              "path": [
                "v1",
                "polaris",
                "partners",
                ":partnerId",
                "documents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "partnerId",
                  "description": "(Required) ID partnera"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "82bf7f95-5a03-4c98-87e5-0f35bbb1da87",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) ID partnera"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 6768,\n      \"partner_id\": 9840,\n      \"document_type_id\": 6528,\n      \"file_name\": \"string\",\n      \"content_type\": \"string\",\n      \"size_bytes\": 4385,\n      \"s3_bucket\": \"string\",\n      \"s3_key\": \"string\",\n      \"s3_uri\": \"string\",\n      \"ai_summary\": \"string\",\n      \"uploaded_by\": 3434,\n      \"created_at\": \"1956-11-25T08:22:24.194Z\",\n      \"updated_at\": \"1997-06-23T21:21:12.380Z\",\n      \"document_type_code\": \"string\",\n      \"document_type_name\": \"string\",\n      \"presignedUrl\": \"string\"\n    },\n    {\n      \"id\": 9180,\n      \"partner_id\": 6418,\n      \"document_type_id\": 6589,\n      \"file_name\": \"string\",\n      \"content_type\": \"string\",\n      \"size_bytes\": 2627,\n      \"s3_bucket\": \"string\",\n      \"s3_key\": \"string\",\n      \"s3_uri\": \"string\",\n      \"ai_summary\": \"string\",\n      \"uploaded_by\": 4025,\n      \"created_at\": \"1960-07-10T05:08:10.907Z\",\n      \"updated_at\": \"1959-06-28T09:43:35.007Z\",\n      \"document_type_code\": \"string\",\n      \"document_type_name\": \"string\",\n      \"presignedUrl\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d452f786-ae8e-94a2-7336-7f379fcc3f89\",\n    \"generatedAt\": \"1993-08-28T03:15:40.582Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "916cb418-e1c3-45f9-88a9-db7ba71630ac",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) ID partnera"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41c41d16-8c3a-49db-b305-9c39b9420485",
          "name": "Upload dokumentu partnera (multipart)",
          "request": {
            "name": "Upload dokumentu partnera (multipart)",
            "description": {
              "content": "Content-Type: multipart/form-data.\n\nPole documentTypeId (number) MUSI być PRZED plikami w multipart stream. Min. 1 plik.\n\nPo uploadzie uruchamiane jest automatyczne streszczenie AI (ai_summary_status: processing).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "polaris",
                "partners",
                ":partnerId",
                "documents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "partnerId",
                  "description": "(Required) ID partnera"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "documentTypeId",
                  "value": "<integer>",
                  "type": "text",
                  "description": "(Required) ID typu dokumentu (MUSI być PRZED plikami)"
                },
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) Plik dokumentu"
                }
              ]
            }
          },
          "response": [
            {
              "id": "18537b49-16d6-4b33-99d6-d228c36f186f",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) ID partnera"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ID typu dokumentu (MUSI być PRZED plikami)",
                        "type": "text/plain"
                      },
                      "key": "documentTypeId",
                      "value": "<integer>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Plik dokumentu",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 3639,\n      \"file_name\": \"string\",\n      \"content_type\": \"string\",\n      \"size_bytes\": 1843,\n      \"s3_key\": \"string\",\n      \"document_type_code\": \"string\",\n      \"document_type_name\": \"string\",\n      \"presignedUrl\": \"string\",\n      \"ai_summary_status\": \"processing\"\n    },\n    {\n      \"id\": 8710,\n      \"file_name\": \"string\",\n      \"content_type\": \"string\",\n      \"size_bytes\": 4587,\n      \"s3_key\": \"string\",\n      \"document_type_code\": \"string\",\n      \"document_type_name\": \"string\",\n      \"presignedUrl\": \"string\",\n      \"ai_summary_status\": \"processing\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "046610f0-e8ca-486c-9c46-058a40d633f5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) ID partnera"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ID typu dokumentu (MUSI być PRZED plikami)",
                        "type": "text/plain"
                      },
                      "key": "documentTypeId",
                      "value": "<integer>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Plik dokumentu",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b3890e5-e4a7-4bae-a8f4-84d02410ea65",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) ID partnera"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ID typu dokumentu (MUSI być PRZED plikami)",
                        "type": "text/plain"
                      },
                      "key": "documentTypeId",
                      "value": "<integer>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Plik dokumentu",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "64fee621-05c3-4c2a-9075-0fb37425d516",
          "name": "Szczegóły dokumentu",
          "request": {
            "name": "Szczegóły dokumentu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "polaris",
                "partners",
                ":partnerId",
                "documents",
                ":documentId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "partnerId",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "documentId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3b162b93-7644-4d5c-8901-cdf3b8308606",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 7771,\n    \"partner_id\": 1850,\n    \"document_type_id\": 7592,\n    \"file_name\": \"string\",\n    \"content_type\": \"string\",\n    \"size_bytes\": 3521,\n    \"s3_bucket\": \"string\",\n    \"s3_key\": \"string\",\n    \"s3_uri\": \"string\",\n    \"ai_summary\": \"string\",\n    \"uploaded_by\": 3843,\n    \"created_at\": \"2015-06-29T15:47:03.081Z\",\n    \"updated_at\": \"2018-07-31T02:16:11.019Z\",\n    \"document_type_code\": \"string\",\n    \"document_type_name\": \"string\",\n    \"presignedUrl\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d3b3f116-d56b-b149-0226-d8c75283d465\",\n    \"generatedAt\": \"1977-08-22T20:19:39.779Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2482e314-5ae5-4b0c-97e4-d90a0d491638",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6850f8ba-4e13-4a33-bdb9-3321a91b363a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f828db55-2553-4285-b3b7-3c9a407f4f6b",
          "name": "Usuń dokument",
          "request": {
            "name": "Usuń dokument",
            "description": {},
            "url": {
              "path": [
                "v1",
                "polaris",
                "partners",
                ":partnerId",
                "documents",
                ":documentId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "partnerId",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "documentId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7f43479e-9f40-4176-84aa-1b38348bf60b",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cf9dbc8a-7089-48c3-a3c4-c89cfb954cab",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7366a62-a46b-48c1-81ea-c8acb5395e02",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dd401f4a-e11d-464f-9099-17eae27d40db",
          "name": "Pobierz dokument (presigned URL)",
          "request": {
            "name": "Pobierz dokument (presigned URL)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "polaris",
                "partners",
                ":partnerId",
                "documents",
                ":documentId",
                "download"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "partnerId",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "documentId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d07eea56-b3bc-4cfe-b380-ece3d114d4f9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"presignedUrl\": \"string\",\n    \"document\": {}\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"516ca973-149c-96dc-b478-e75b9dc61512\",\n    \"generatedAt\": \"2021-09-29T06:31:57.960Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c577167b-151a-45c8-bd3c-9c424b9733fd",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25cb79cd-f8f1-4047-b3e0-300fbd9417d9",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2283905b-20d7-419c-9b27-9eaf1b3afc54",
          "name": "Wygeneruj AI summary dokumentu",
          "request": {
            "name": "Wygeneruj AI summary dokumentu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "polaris",
                "partners",
                ":partnerId",
                "documents",
                ":documentId",
                "summarize"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "partnerId",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "documentId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d01a7898-2f2f-427f-928f-50726b1c4b2f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId",
                    "summarize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 820,\n    \"ai_summary\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"56be26d4-819f-ffcf-86fd-adbe6e0112de\",\n    \"generatedAt\": \"2011-12-16T19:16:29.713Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "989b78a8-b6e6-4b58-bd2d-30c3a1d4c0a9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId",
                    "summarize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38024e88-d6d5-40cc-9685-d276f1dd8489",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "polaris",
                    "partners",
                    ":partnerId",
                    "documents",
                    ":documentId",
                    "summarize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "partnerId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "documentId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "9d5deb36-c802-4c1e-96ad-7f5f3883489d",
      "name": "Partners",
      "description": {
        "content": "CRUD partnerów (JSON Schema Fastify validation)",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "750da05b-8298-4228-9e53-f3fe065e5602",
          "name": "Lista partnerów",
          "request": {
            "name": "Lista partnerów",
            "description": {
              "content": "Uprawnienie: partners.read. additionalProperties: false na query.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "partners"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "Wyszukiwanie (nazwa, symbol, NIP)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2a892f9b-ee11-4238-abcf-93fab2f8d0a8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 4986,\n      \"name\": \"string\",\n      \"symbol30\": \"string\",\n      \"phone\": \"string\",\n      \"email\": \"string\",\n      \"tax_id\": \"string\",\n      \"bank_account\": \"string\",\n      \"contact_person\": \"string\",\n      \"pays_vat_tax\": true,\n      \"is_active\": true,\n      \"responsible_regional_director\": \"string\",\n      \"responsible_regional_director_email\": \"string\",\n      \"responsible_hub_manager\": \"string\",\n      \"responsible_hub_manager_email\": \"string\",\n      \"invoice_address\": \"string\",\n      \"paymodel\": \"string\",\n      \"hubs\": \"string\",\n      \"last_route_date\": \"string\",\n      \"last_activity_year\": 8173,\n      \"tms_link\": \"string\",\n      \"ftl_fuel_surcharge\": false,\n      \"wysylka_rozliczen\": false,\n      \"created_at\": \"1963-04-13T02:35:57.081Z\",\n      \"updated_at\": \"1971-01-02T11:26:57.039Z\"\n    },\n    {\n      \"id\": 4648,\n      \"name\": \"string\",\n      \"symbol30\": \"string\",\n      \"phone\": \"string\",\n      \"email\": \"string\",\n      \"tax_id\": \"string\",\n      \"bank_account\": \"string\",\n      \"contact_person\": \"string\",\n      \"pays_vat_tax\": true,\n      \"is_active\": true,\n      \"responsible_regional_director\": \"string\",\n      \"responsible_regional_director_email\": \"string\",\n      \"responsible_hub_manager\": \"string\",\n      \"responsible_hub_manager_email\": \"string\",\n      \"invoice_address\": \"string\",\n      \"paymodel\": \"string\",\n      \"hubs\": \"string\",\n      \"last_route_date\": \"string\",\n      \"last_activity_year\": 8831,\n      \"tms_link\": \"string\",\n      \"ftl_fuel_surcharge\": true,\n      \"wysylka_rozliczen\": true,\n      \"created_at\": \"1958-05-25T09:26:29.511Z\",\n      \"updated_at\": \"2021-08-14T14:06:51.803Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"45151185-04c8-e25f-1d78-a77509c1ccd6\",\n    \"generatedAt\": \"1984-08-24T01:57:21.324Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d699d87e-f95d-44c8-936f-618e60518e47",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "79d68d94-bd78-4f8f-81bc-f4e9d14d0cfb",
          "name": "Utwórz partnera",
          "request": {
            "name": "Utwórz partnera",
            "description": {
              "content": "Uprawnienie: partners.create",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "partners"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"symbol30\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"taxId\": \"<string>\",\n  \"bankAccount\": \"<string>\",\n  \"contactPerson\": \"<string>\",\n  \"paysVatTax\": \"<boolean>\",\n  \"isActive\": true,\n  \"invoiceAddress\": \"<string>\",\n  \"paymodel\": \"<string>\",\n  \"hubs\": \"<string>\",\n  \"tmsLink\": \"<string>\",\n  \"ftlFuelSurcharge\": \"<boolean>\",\n  \"wysylkaRozliczen\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0897c2aa-7937-4549-ad6a-0aec6980c91d",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Logistics Partner Sp. z o.o.\",\n  \"symbol30\": \"LOGPART\",\n  \"phone\": \"+48221234567\",\n  \"email\": \"biuro@partner.pl\",\n  \"taxId\": \"1234567890\",\n  \"bankAccount\": \"PL61109010140000071219812874\",\n  \"contactPerson\": \"Jan Kowalski\",\n  \"paysVatTax\": \"<boolean>\",\n  \"isActive\": true,\n  \"invoiceAddress\": \"ul. Logistyczna 15, 00-001 Warszawa\",\n  \"paymodel\": \"monthly\",\n  \"hubs\": \"WAR-01,KRK-02\",\n  \"tmsLink\": \"https://tms.example.com/partner/123\",\n  \"ftlFuelSurcharge\": \"<boolean>\",\n  \"wysylkaRozliczen\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 6081,\n    \"name\": \"string\",\n    \"symbol30\": \"string\",\n    \"phone\": \"string\",\n    \"email\": \"string\",\n    \"tax_id\": \"string\",\n    \"bank_account\": \"string\",\n    \"contact_person\": \"string\",\n    \"pays_vat_tax\": true,\n    \"is_active\": false,\n    \"created_at\": \"2013-08-28T19:11:14.899Z\",\n    \"updated_at\": \"2019-03-13T06:13:30.711Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72765b30-5639-4a61-85e0-56bae59932a6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Logistics Partner Sp. z o.o.\",\n  \"symbol30\": \"LOGPART\",\n  \"phone\": \"+48221234567\",\n  \"email\": \"biuro@partner.pl\",\n  \"taxId\": \"1234567890\",\n  \"bankAccount\": \"PL61109010140000071219812874\",\n  \"contactPerson\": \"Jan Kowalski\",\n  \"paysVatTax\": \"<boolean>\",\n  \"isActive\": true,\n  \"invoiceAddress\": \"ul. Logistyczna 15, 00-001 Warszawa\",\n  \"paymodel\": \"monthly\",\n  \"hubs\": \"WAR-01,KRK-02\",\n  \"tmsLink\": \"https://tms.example.com/partner/123\",\n  \"ftlFuelSurcharge\": \"<boolean>\",\n  \"wysylkaRozliczen\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0fa9b75-7320-409e-a73e-3571010c2d3e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Logistics Partner Sp. z o.o.\",\n  \"symbol30\": \"LOGPART\",\n  \"phone\": \"+48221234567\",\n  \"email\": \"biuro@partner.pl\",\n  \"taxId\": \"1234567890\",\n  \"bankAccount\": \"PL61109010140000071219812874\",\n  \"contactPerson\": \"Jan Kowalski\",\n  \"paysVatTax\": \"<boolean>\",\n  \"isActive\": true,\n  \"invoiceAddress\": \"ul. Logistyczna 15, 00-001 Warszawa\",\n  \"paymodel\": \"monthly\",\n  \"hubs\": \"WAR-01,KRK-02\",\n  \"tmsLink\": \"https://tms.example.com/partner/123\",\n  \"ftlFuelSurcharge\": \"<boolean>\",\n  \"wysylkaRozliczen\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "304a1c6b-9f19-450a-ad36-b4755e1d24d2",
          "name": "Szczegóły partnera",
          "request": {
            "name": "Szczegóły partnera",
            "description": {},
            "url": {
              "path": [
                "v1",
                "partners",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID zasobu (max 40 zn.)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "42ae40a8-3c67-40a7-972f-3ec4de4538f1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 9274,\n    \"name\": \"string\",\n    \"symbol30\": \"string\",\n    \"phone\": \"string\",\n    \"email\": \"string\",\n    \"tax_id\": \"string\",\n    \"bank_account\": \"string\",\n    \"contact_person\": \"string\",\n    \"pays_vat_tax\": false,\n    \"is_active\": false,\n    \"invoice_address\": \"string\",\n    \"paymodel\": \"string\",\n    \"hubs\": \"string\",\n    \"tms_link\": \"string\",\n    \"ftl_fuel_surcharge\": true,\n    \"wysylka_rozliczen\": true,\n    \"created_at\": \"1983-01-19T09:47:16.419Z\",\n    \"updated_at\": \"1979-09-15T13:37:20.333Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"894e2595-1adb-f007-30a9-b155f15bec59\",\n    \"generatedAt\": \"1955-08-07T14:52:04.515Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e718dec2-6d73-4020-b8d7-c2caf274ea69",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d7abd4c-b82f-4a87-a301-95b8fc5df155",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9bc17635-67f6-4599-9ec1-bec512bb7e48",
          "name": "Aktualizuj partnera (partial)",
          "request": {
            "name": "Aktualizuj partnera (partial)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "partners",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID zasobu (max 40 zn.)"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"symbol30\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"taxId\": \"<string>\",\n  \"bankAccount\": \"<string>\",\n  \"contactPerson\": \"<string>\",\n  \"paysVatTax\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"invoiceAddress\": \"<string>\",\n  \"paymodel\": \"<string>\",\n  \"hubs\": \"<string>\",\n  \"tmsLink\": \"<string>\",\n  \"ftlFuelSurcharge\": \"<boolean>\",\n  \"wysylkaRozliczen\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9191911c-d884-4a2b-bd0c-cf1e7ec7ef4c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"symbol30\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"taxId\": \"<string>\",\n  \"bankAccount\": \"<string>\",\n  \"contactPerson\": \"<string>\",\n  \"paysVatTax\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"invoiceAddress\": \"<string>\",\n  \"paymodel\": \"<string>\",\n  \"hubs\": \"<string>\",\n  \"tmsLink\": \"<string>\",\n  \"ftlFuelSurcharge\": \"<boolean>\",\n  \"wysylkaRozliczen\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 4252,\n    \"name\": \"string\",\n    \"is_active\": false,\n    \"updated_at\": \"2011-10-06T11:14:29.274Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b0cba531-edcb-45e6-a19c-3886c5bb2eff\",\n    \"generatedAt\": \"1957-11-12T04:47:24.271Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "666541b4-e9ae-4419-abef-2d9654021b0a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"symbol30\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"taxId\": \"<string>\",\n  \"bankAccount\": \"<string>\",\n  \"contactPerson\": \"<string>\",\n  \"paysVatTax\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"invoiceAddress\": \"<string>\",\n  \"paymodel\": \"<string>\",\n  \"hubs\": \"<string>\",\n  \"tmsLink\": \"<string>\",\n  \"ftlFuelSurcharge\": \"<boolean>\",\n  \"wysylkaRozliczen\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "388e1a93-a703-423c-add5-c2617638bdf5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"symbol30\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"taxId\": \"<string>\",\n  \"bankAccount\": \"<string>\",\n  \"contactPerson\": \"<string>\",\n  \"paysVatTax\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"invoiceAddress\": \"<string>\",\n  \"paymodel\": \"<string>\",\n  \"hubs\": \"<string>\",\n  \"tmsLink\": \"<string>\",\n  \"ftlFuelSurcharge\": \"<boolean>\",\n  \"wysylkaRozliczen\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "429ab3ee-0606-42cc-a285-905ca3a6c195",
          "name": "Usuń partnera",
          "request": {
            "name": "Usuń partnera",
            "description": {},
            "url": {
              "path": [
                "v1",
                "partners",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID zasobu (max 40 zn.)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "61cd3e39-fcda-43ce-b95a-06ca00266ae9",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7f26306c-a040-4384-a920-87d3cad3f821",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a0cc94b-08eb-4433-9b79-700865205165",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "partners",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "3d62cfc8-ce7a-444c-ab43-d5946819cc5d",
      "name": "Vendors",
      "description": {
        "content": "CRUD vendorów — 44 pola (JSON Schema Fastify validation)",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "146858c6-6a52-47da-b77e-b5f41248579d",
          "name": "Lista vendorów",
          "request": {
            "name": "Lista vendorów",
            "description": {
              "content": "Uprawnienie: vendor.read",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "vendors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Max 100"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "isActive",
                  "value": "<boolean>",
                  "description": "Filtr aktywności"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ba832a97-812a-43b4-98e0-c2aba77130fc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"display_name\": \"string\",\n      \"symbol\": \"string\",\n      \"symbol_external\": \"string\",\n      \"tax_id_number\": \"string\",\n      \"is_active\": false,\n      \"color\": \"string\",\n      \"email\": \"string\",\n      \"complaints_email\": \"string\",\n      \"accounting_email\": \"string\",\n      \"main_phone_number\": \"string\",\n      \"email_domain\": \"string\",\n      \"invoice_address\": {},\n      \"financial\": {},\n      \"created_at\": \"1975-01-11T03:15:22.284Z\",\n      \"updated_at\": \"1988-12-06T18:06:44.765Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"display_name\": \"string\",\n      \"symbol\": \"string\",\n      \"symbol_external\": \"string\",\n      \"tax_id_number\": \"string\",\n      \"is_active\": false,\n      \"color\": \"string\",\n      \"email\": \"string\",\n      \"complaints_email\": \"string\",\n      \"accounting_email\": \"string\",\n      \"main_phone_number\": \"string\",\n      \"email_domain\": \"string\",\n      \"invoice_address\": {},\n      \"financial\": {},\n      \"created_at\": \"1986-05-13T22:02:57.731Z\",\n      \"updated_at\": \"1975-02-18T09:31:16.114Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"407a40ef-ebd9-b9fd-b87a-9145e348b510\",\n    \"generatedAt\": \"1955-12-27T10:27:47.043Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c85bb92-3ea0-468b-8022-75ff833f9dad",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "038a6e78-201d-4f37-8a96-a2b40e10ec4e",
          "name": "Utwórz vendora",
          "request": {
            "name": "Utwórz vendora",
            "description": {
              "content": "Uprawnienie: vendor.create. Body z 44 polami — jedyne wymagane: name.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "vendors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"shortVendorDesc\": \"<string>\",\n  \"taxIdNumber\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"complaintsEmail\": \"<string>\",\n  \"accountingEmail\": \"<string>\",\n  \"mainPhoneNumber\": \"<string>\",\n  \"emailDomain\": \"<string>\",\n  \"invoiceAddress\": {\n    \"key_0\": \"string\"\n  },\n  \"financial\": {\n    \"key_0\": \"string\"\n  },\n  \"bankAccountIbanCod\": \"<string>\",\n  \"salesmanId\": \"<integer>\",\n  \"vendorGroupId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"tradeId\": \"<integer>\",\n  \"segmentName\": \"<string>\",\n  \"tradeLimit\": \"<number>\",\n  \"codSettlementPlusDays\": \"<integer>\",\n  \"codName\": \"<string>\",\n  \"maxDaysToReturnToWarehouse\": \"<integer>\",\n  \"daysToSettleInvoice\": \"<integer>\",\n  \"defaultDensity\": \"<integer>\",\n  \"prepaymentsEnabled\": \"<boolean>\",\n  \"prepaymentsMinBalance\": \"<number>\",\n  \"apiRegistrationIsOn\": \"<boolean>\",\n  \"warehousing\": \"<boolean>\",\n  \"isInternalVendor\": \"<boolean>\",\n  \"requiresBilling\": \"<boolean>\",\n  \"billingContact\": \"<string>\",\n  \"billingContactEmail\": \"<string>\",\n  \"billingContactPhone\": \"<string>\",\n  \"billingConfig\": {\n    \"key_0\": \"string\",\n    \"key_1\": 3509,\n    \"key_2\": \"string\"\n  },\n  \"factoringActive\": \"<boolean>\",\n  \"factoringName\": \"<string>\",\n  \"factoringAddress\": \"<string>\",\n  \"factoringTaxId\": \"<string>\",\n  \"factoringBankAccountNo\": \"<string>\",\n  \"factoringNote\": \"<string>\",\n  \"activeFrom\": \"<date>\",\n  \"invoiceAdditionalRemarks\": \"<string>\",\n  \"discountPolicyId\": \"<integer>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "43b76f94-303f-4f73-b306-aa43b692173c",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Zadbano Logistics Sp. z o.o.\",\n  \"displayName\": \"Zadbano Logistics\",\n  \"symbol\": \"ZADB\",\n  \"symbolExternal\": \"<string>\",\n  \"shortVendorDesc\": \"ZadbanoLog\",\n  \"taxIdNumber\": \"1234567890\",\n  \"isActive\": \"<boolean>\",\n  \"color\": \"#FF6B00\",\n  \"email\": \"kontakt@zadbano.pl\",\n  \"complaintsEmail\": \"reklamacje@zadbano.pl\",\n  \"accountingEmail\": \"ksiegowosc@zadbano.pl\",\n  \"mainPhoneNumber\": \"+48221234567\",\n  \"emailDomain\": \"zadbano.pl\",\n  \"invoiceAddress\": {\n    \"key_0\": \"string\"\n  },\n  \"financial\": {\n    \"key_0\": 1975,\n    \"key_1\": 366.1901491079522,\n    \"key_2\": \"string\",\n    \"key_3\": 7259\n  },\n  \"bankAccountIbanCod\": \"PL61109010140000071219812874\",\n  \"salesmanId\": \"<integer>\",\n  \"vendorGroupId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"tradeId\": \"<integer>\",\n  \"segmentName\": \"premium\",\n  \"tradeLimit\": 500000,\n  \"codSettlementPlusDays\": 7,\n  \"codName\": \"<string>\",\n  \"maxDaysToReturnToWarehouse\": 14,\n  \"daysToSettleInvoice\": 30,\n  \"defaultDensity\": \"<integer>\",\n  \"prepaymentsEnabled\": \"<boolean>\",\n  \"prepaymentsMinBalance\": 10000,\n  \"apiRegistrationIsOn\": \"<boolean>\",\n  \"warehousing\": \"<boolean>\",\n  \"isInternalVendor\": \"<boolean>\",\n  \"requiresBilling\": \"<boolean>\",\n  \"billingContact\": \"<string>\",\n  \"billingContactEmail\": \"<string>\",\n  \"billingContactPhone\": \"<string>\",\n  \"billingConfig\": {\n    \"key_0\": 6526.040438907872,\n    \"key_1\": true,\n    \"key_2\": 3745.482300826937,\n    \"key_3\": 7788.304954872562,\n    \"key_4\": \"string\"\n  },\n  \"factoringActive\": \"<boolean>\",\n  \"factoringName\": \"<string>\",\n  \"factoringAddress\": \"<string>\",\n  \"factoringTaxId\": \"<string>\",\n  \"factoringBankAccountNo\": \"<string>\",\n  \"factoringNote\": \"<string>\",\n  \"activeFrom\": \"2025-01-01\",\n  \"invoiceAdditionalRemarks\": \"<string>\",\n  \"discountPolicyId\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"display_name\": \"string\",\n    \"symbol\": \"string\",\n    \"is_active\": true,\n    \"created_at\": \"2022-08-30T08:39:22.921Z\",\n    \"updated_at\": \"1952-01-25T03:26:14.136Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11c3115e-d7b4-4dca-81c5-c6f1076e907a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Zadbano Logistics Sp. z o.o.\",\n  \"displayName\": \"Zadbano Logistics\",\n  \"symbol\": \"ZADB\",\n  \"symbolExternal\": \"<string>\",\n  \"shortVendorDesc\": \"ZadbanoLog\",\n  \"taxIdNumber\": \"1234567890\",\n  \"isActive\": \"<boolean>\",\n  \"color\": \"#FF6B00\",\n  \"email\": \"kontakt@zadbano.pl\",\n  \"complaintsEmail\": \"reklamacje@zadbano.pl\",\n  \"accountingEmail\": \"ksiegowosc@zadbano.pl\",\n  \"mainPhoneNumber\": \"+48221234567\",\n  \"emailDomain\": \"zadbano.pl\",\n  \"invoiceAddress\": {\n    \"key_0\": \"string\"\n  },\n  \"financial\": {\n    \"key_0\": 1975,\n    \"key_1\": 366.1901491079522,\n    \"key_2\": \"string\",\n    \"key_3\": 7259\n  },\n  \"bankAccountIbanCod\": \"PL61109010140000071219812874\",\n  \"salesmanId\": \"<integer>\",\n  \"vendorGroupId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"tradeId\": \"<integer>\",\n  \"segmentName\": \"premium\",\n  \"tradeLimit\": 500000,\n  \"codSettlementPlusDays\": 7,\n  \"codName\": \"<string>\",\n  \"maxDaysToReturnToWarehouse\": 14,\n  \"daysToSettleInvoice\": 30,\n  \"defaultDensity\": \"<integer>\",\n  \"prepaymentsEnabled\": \"<boolean>\",\n  \"prepaymentsMinBalance\": 10000,\n  \"apiRegistrationIsOn\": \"<boolean>\",\n  \"warehousing\": \"<boolean>\",\n  \"isInternalVendor\": \"<boolean>\",\n  \"requiresBilling\": \"<boolean>\",\n  \"billingContact\": \"<string>\",\n  \"billingContactEmail\": \"<string>\",\n  \"billingContactPhone\": \"<string>\",\n  \"billingConfig\": {\n    \"key_0\": 6526.040438907872,\n    \"key_1\": true,\n    \"key_2\": 3745.482300826937,\n    \"key_3\": 7788.304954872562,\n    \"key_4\": \"string\"\n  },\n  \"factoringActive\": \"<boolean>\",\n  \"factoringName\": \"<string>\",\n  \"factoringAddress\": \"<string>\",\n  \"factoringTaxId\": \"<string>\",\n  \"factoringBankAccountNo\": \"<string>\",\n  \"factoringNote\": \"<string>\",\n  \"activeFrom\": \"2025-01-01\",\n  \"invoiceAdditionalRemarks\": \"<string>\",\n  \"discountPolicyId\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "feb4fce3-54f5-46c7-adcb-67fcab9279c6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Zadbano Logistics Sp. z o.o.\",\n  \"displayName\": \"Zadbano Logistics\",\n  \"symbol\": \"ZADB\",\n  \"symbolExternal\": \"<string>\",\n  \"shortVendorDesc\": \"ZadbanoLog\",\n  \"taxIdNumber\": \"1234567890\",\n  \"isActive\": \"<boolean>\",\n  \"color\": \"#FF6B00\",\n  \"email\": \"kontakt@zadbano.pl\",\n  \"complaintsEmail\": \"reklamacje@zadbano.pl\",\n  \"accountingEmail\": \"ksiegowosc@zadbano.pl\",\n  \"mainPhoneNumber\": \"+48221234567\",\n  \"emailDomain\": \"zadbano.pl\",\n  \"invoiceAddress\": {\n    \"key_0\": \"string\"\n  },\n  \"financial\": {\n    \"key_0\": 1975,\n    \"key_1\": 366.1901491079522,\n    \"key_2\": \"string\",\n    \"key_3\": 7259\n  },\n  \"bankAccountIbanCod\": \"PL61109010140000071219812874\",\n  \"salesmanId\": \"<integer>\",\n  \"vendorGroupId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"tradeId\": \"<integer>\",\n  \"segmentName\": \"premium\",\n  \"tradeLimit\": 500000,\n  \"codSettlementPlusDays\": 7,\n  \"codName\": \"<string>\",\n  \"maxDaysToReturnToWarehouse\": 14,\n  \"daysToSettleInvoice\": 30,\n  \"defaultDensity\": \"<integer>\",\n  \"prepaymentsEnabled\": \"<boolean>\",\n  \"prepaymentsMinBalance\": 10000,\n  \"apiRegistrationIsOn\": \"<boolean>\",\n  \"warehousing\": \"<boolean>\",\n  \"isInternalVendor\": \"<boolean>\",\n  \"requiresBilling\": \"<boolean>\",\n  \"billingContact\": \"<string>\",\n  \"billingContactEmail\": \"<string>\",\n  \"billingContactPhone\": \"<string>\",\n  \"billingConfig\": {\n    \"key_0\": 6526.040438907872,\n    \"key_1\": true,\n    \"key_2\": 3745.482300826937,\n    \"key_3\": 7788.304954872562,\n    \"key_4\": \"string\"\n  },\n  \"factoringActive\": \"<boolean>\",\n  \"factoringName\": \"<string>\",\n  \"factoringAddress\": \"<string>\",\n  \"factoringTaxId\": \"<string>\",\n  \"factoringBankAccountNo\": \"<string>\",\n  \"factoringNote\": \"<string>\",\n  \"activeFrom\": \"2025-01-01\",\n  \"invoiceAdditionalRemarks\": \"<string>\",\n  \"discountPolicyId\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a81a9b94-91fc-4c5e-9aef-3a1e6113188d",
          "name": "Autouzupełnianie vendorów",
          "request": {
            "name": "Autouzupełnianie vendorów",
            "description": {
              "content": "Uprawnienie: vendor.read. Walidacja: po trim q.length < 1 → 400 VALIDATION_ERROR.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "vendors",
                "autocomplete"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "(Required) Fraza (wymagana, min 1 zn. po trim)"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "15",
                  "description": "Max wyników (max 50)"
                },
                {
                  "disabled": false,
                  "key": "isActive",
                  "value": "<boolean>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "886ac2c1-87c7-49ed-8e76-3b8cb1e5c824",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    "autocomplete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "limit",
                      "value": "15"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"display_name\": \"string\",\n      \"symbol\": \"string\",\n      \"tax_id_number\": \"string\",\n      \"is_active\": true\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"display_name\": \"string\",\n      \"symbol\": \"string\",\n      \"tax_id_number\": \"string\",\n      \"is_active\": false\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b95dab46-f954-6662-24b3-c33ef9238e67\",\n    \"generatedAt\": \"1962-11-08T17:27:16.986Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "550b1972-b932-41d8-b09c-f510d93c304e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    "autocomplete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "limit",
                      "value": "15"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c6d9909b-e6ee-4e56-a299-952b66f6e6e3",
          "name": "Szczegóły vendora",
          "request": {
            "name": "Szczegóły vendora",
            "description": {},
            "url": {
              "path": [
                "v1",
                "vendors",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID zasobu (max 40 zn.)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "79df04e3-c0ac-491c-8746-61669654d772",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"display_name\": \"string\",\n    \"symbol\": \"string\",\n    \"tax_id_number\": \"string\",\n    \"is_active\": true,\n    \"email\": \"string\",\n    \"main_phone_number\": \"string\",\n    \"invoice_address\": {},\n    \"financial\": {},\n    \"billing_config\": {},\n    \"created_at\": \"1989-12-27T23:59:34.734Z\",\n    \"updated_at\": \"2004-01-07T02:36:24.843Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"53872677-8ff8-f825-138f-fddd36950cc2\",\n    \"generatedAt\": \"1990-05-10T08:21:08.866Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3cc61e0-fa0f-4734-b569-9e068b962261",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a8d41ab-1615-4271-b5b6-03923c991503",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "36d2bc23-9962-47c1-a3e0-db9490f11f67",
          "name": "Aktualizuj vendora (partial)",
          "request": {
            "name": "Aktualizuj vendora (partial)",
            "description": {
              "content": "Uprawnienie: vendor.update. Identyczne pola jak POST, ale żadne nie jest wymagane (partial update).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "vendors",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID zasobu (max 40 zn.)"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"shortVendorDesc\": \"<string>\",\n  \"taxIdNumber\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"complaintsEmail\": \"<string>\",\n  \"accountingEmail\": \"<string>\",\n  \"mainPhoneNumber\": \"<string>\",\n  \"emailDomain\": \"<string>\",\n  \"invoiceAddress\": {\n    \"key_0\": \"string\"\n  },\n  \"financial\": {\n    \"key_0\": \"string\"\n  },\n  \"bankAccountIbanCod\": \"<string>\",\n  \"salesmanId\": \"<integer>\",\n  \"vendorGroupId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"tradeId\": \"<integer>\",\n  \"segmentName\": \"<string>\",\n  \"tradeLimit\": \"<number>\",\n  \"codSettlementPlusDays\": \"<integer>\",\n  \"codName\": \"<string>\",\n  \"maxDaysToReturnToWarehouse\": \"<integer>\",\n  \"daysToSettleInvoice\": \"<integer>\",\n  \"defaultDensity\": \"<integer>\",\n  \"prepaymentsEnabled\": \"<boolean>\",\n  \"prepaymentsMinBalance\": \"<number>\",\n  \"apiRegistrationIsOn\": \"<boolean>\",\n  \"warehousing\": \"<boolean>\",\n  \"isInternalVendor\": \"<boolean>\",\n  \"requiresBilling\": \"<boolean>\",\n  \"billingContact\": \"<string>\",\n  \"billingContactEmail\": \"<string>\",\n  \"billingContactPhone\": \"<string>\",\n  \"billingConfig\": {\n    \"key_0\": \"string\",\n    \"key_1\": 3509,\n    \"key_2\": \"string\"\n  },\n  \"factoringActive\": \"<boolean>\",\n  \"factoringName\": \"<string>\",\n  \"factoringAddress\": \"<string>\",\n  \"factoringTaxId\": \"<string>\",\n  \"factoringBankAccountNo\": \"<string>\",\n  \"factoringNote\": \"<string>\",\n  \"activeFrom\": \"<date>\",\n  \"invoiceAdditionalRemarks\": \"<string>\",\n  \"discountPolicyId\": \"<integer>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d395a179-49e3-49e1-b0af-6b5c1cfae7e7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Zadbano Logistics Sp. z o.o.\",\n  \"displayName\": \"Zadbano Logistics\",\n  \"symbol\": \"ZADB\",\n  \"symbolExternal\": \"<string>\",\n  \"shortVendorDesc\": \"ZadbanoLog\",\n  \"taxIdNumber\": \"1234567890\",\n  \"isActive\": \"<boolean>\",\n  \"color\": \"#FF6B00\",\n  \"email\": \"kontakt@zadbano.pl\",\n  \"complaintsEmail\": \"reklamacje@zadbano.pl\",\n  \"accountingEmail\": \"ksiegowosc@zadbano.pl\",\n  \"mainPhoneNumber\": \"+48221234567\",\n  \"emailDomain\": \"zadbano.pl\",\n  \"invoiceAddress\": {\n    \"key_0\": \"string\"\n  },\n  \"financial\": {\n    \"key_0\": 1975,\n    \"key_1\": 366.1901491079522,\n    \"key_2\": \"string\",\n    \"key_3\": 7259\n  },\n  \"bankAccountIbanCod\": \"PL61109010140000071219812874\",\n  \"salesmanId\": \"<integer>\",\n  \"vendorGroupId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"tradeId\": \"<integer>\",\n  \"segmentName\": \"premium\",\n  \"tradeLimit\": 500000,\n  \"codSettlementPlusDays\": 7,\n  \"codName\": \"<string>\",\n  \"maxDaysToReturnToWarehouse\": 14,\n  \"daysToSettleInvoice\": 30,\n  \"defaultDensity\": \"<integer>\",\n  \"prepaymentsEnabled\": \"<boolean>\",\n  \"prepaymentsMinBalance\": 10000,\n  \"apiRegistrationIsOn\": \"<boolean>\",\n  \"warehousing\": \"<boolean>\",\n  \"isInternalVendor\": \"<boolean>\",\n  \"requiresBilling\": \"<boolean>\",\n  \"billingContact\": \"<string>\",\n  \"billingContactEmail\": \"<string>\",\n  \"billingContactPhone\": \"<string>\",\n  \"billingConfig\": {\n    \"key_0\": 6526.040438907872,\n    \"key_1\": true,\n    \"key_2\": 3745.482300826937,\n    \"key_3\": 7788.304954872562,\n    \"key_4\": \"string\"\n  },\n  \"factoringActive\": \"<boolean>\",\n  \"factoringName\": \"<string>\",\n  \"factoringAddress\": \"<string>\",\n  \"factoringTaxId\": \"<string>\",\n  \"factoringBankAccountNo\": \"<string>\",\n  \"factoringNote\": \"<string>\",\n  \"activeFrom\": \"2025-01-01\",\n  \"invoiceAdditionalRemarks\": \"<string>\",\n  \"discountPolicyId\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"is_active\": false,\n    \"updated_at\": \"1946-05-25T19:16:31.019Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"860103af-550d-53f9-2da5-76c87bb527d6\",\n    \"generatedAt\": \"1969-12-16T18:13:32.562Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e43dbf6-7834-41f3-b3aa-41dd19b304ea",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Zadbano Logistics Sp. z o.o.\",\n  \"displayName\": \"Zadbano Logistics\",\n  \"symbol\": \"ZADB\",\n  \"symbolExternal\": \"<string>\",\n  \"shortVendorDesc\": \"ZadbanoLog\",\n  \"taxIdNumber\": \"1234567890\",\n  \"isActive\": \"<boolean>\",\n  \"color\": \"#FF6B00\",\n  \"email\": \"kontakt@zadbano.pl\",\n  \"complaintsEmail\": \"reklamacje@zadbano.pl\",\n  \"accountingEmail\": \"ksiegowosc@zadbano.pl\",\n  \"mainPhoneNumber\": \"+48221234567\",\n  \"emailDomain\": \"zadbano.pl\",\n  \"invoiceAddress\": {\n    \"key_0\": \"string\"\n  },\n  \"financial\": {\n    \"key_0\": 1975,\n    \"key_1\": 366.1901491079522,\n    \"key_2\": \"string\",\n    \"key_3\": 7259\n  },\n  \"bankAccountIbanCod\": \"PL61109010140000071219812874\",\n  \"salesmanId\": \"<integer>\",\n  \"vendorGroupId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"tradeId\": \"<integer>\",\n  \"segmentName\": \"premium\",\n  \"tradeLimit\": 500000,\n  \"codSettlementPlusDays\": 7,\n  \"codName\": \"<string>\",\n  \"maxDaysToReturnToWarehouse\": 14,\n  \"daysToSettleInvoice\": 30,\n  \"defaultDensity\": \"<integer>\",\n  \"prepaymentsEnabled\": \"<boolean>\",\n  \"prepaymentsMinBalance\": 10000,\n  \"apiRegistrationIsOn\": \"<boolean>\",\n  \"warehousing\": \"<boolean>\",\n  \"isInternalVendor\": \"<boolean>\",\n  \"requiresBilling\": \"<boolean>\",\n  \"billingContact\": \"<string>\",\n  \"billingContactEmail\": \"<string>\",\n  \"billingContactPhone\": \"<string>\",\n  \"billingConfig\": {\n    \"key_0\": 6526.040438907872,\n    \"key_1\": true,\n    \"key_2\": 3745.482300826937,\n    \"key_3\": 7788.304954872562,\n    \"key_4\": \"string\"\n  },\n  \"factoringActive\": \"<boolean>\",\n  \"factoringName\": \"<string>\",\n  \"factoringAddress\": \"<string>\",\n  \"factoringTaxId\": \"<string>\",\n  \"factoringBankAccountNo\": \"<string>\",\n  \"factoringNote\": \"<string>\",\n  \"activeFrom\": \"2025-01-01\",\n  \"invoiceAdditionalRemarks\": \"<string>\",\n  \"discountPolicyId\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a262246-dbef-4fc0-a92b-558008377a65",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Zadbano Logistics Sp. z o.o.\",\n  \"displayName\": \"Zadbano Logistics\",\n  \"symbol\": \"ZADB\",\n  \"symbolExternal\": \"<string>\",\n  \"shortVendorDesc\": \"ZadbanoLog\",\n  \"taxIdNumber\": \"1234567890\",\n  \"isActive\": \"<boolean>\",\n  \"color\": \"#FF6B00\",\n  \"email\": \"kontakt@zadbano.pl\",\n  \"complaintsEmail\": \"reklamacje@zadbano.pl\",\n  \"accountingEmail\": \"ksiegowosc@zadbano.pl\",\n  \"mainPhoneNumber\": \"+48221234567\",\n  \"emailDomain\": \"zadbano.pl\",\n  \"invoiceAddress\": {\n    \"key_0\": \"string\"\n  },\n  \"financial\": {\n    \"key_0\": 1975,\n    \"key_1\": 366.1901491079522,\n    \"key_2\": \"string\",\n    \"key_3\": 7259\n  },\n  \"bankAccountIbanCod\": \"PL61109010140000071219812874\",\n  \"salesmanId\": \"<integer>\",\n  \"vendorGroupId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"tradeId\": \"<integer>\",\n  \"segmentName\": \"premium\",\n  \"tradeLimit\": 500000,\n  \"codSettlementPlusDays\": 7,\n  \"codName\": \"<string>\",\n  \"maxDaysToReturnToWarehouse\": 14,\n  \"daysToSettleInvoice\": 30,\n  \"defaultDensity\": \"<integer>\",\n  \"prepaymentsEnabled\": \"<boolean>\",\n  \"prepaymentsMinBalance\": 10000,\n  \"apiRegistrationIsOn\": \"<boolean>\",\n  \"warehousing\": \"<boolean>\",\n  \"isInternalVendor\": \"<boolean>\",\n  \"requiresBilling\": \"<boolean>\",\n  \"billingContact\": \"<string>\",\n  \"billingContactEmail\": \"<string>\",\n  \"billingContactPhone\": \"<string>\",\n  \"billingConfig\": {\n    \"key_0\": 6526.040438907872,\n    \"key_1\": true,\n    \"key_2\": 3745.482300826937,\n    \"key_3\": 7788.304954872562,\n    \"key_4\": \"string\"\n  },\n  \"factoringActive\": \"<boolean>\",\n  \"factoringName\": \"<string>\",\n  \"factoringAddress\": \"<string>\",\n  \"factoringTaxId\": \"<string>\",\n  \"factoringBankAccountNo\": \"<string>\",\n  \"factoringNote\": \"<string>\",\n  \"activeFrom\": \"2025-01-01\",\n  \"invoiceAdditionalRemarks\": \"<string>\",\n  \"discountPolicyId\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d62c3ec1-6c1f-468e-981e-d3c07a2fcff4",
          "name": "Usuń vendora",
          "request": {
            "name": "Usuń vendora",
            "description": {
              "content": "Uprawnienie: vendor.delete",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "vendors",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID zasobu (max 40 zn.)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9b3b0a65-fdc7-4ead-b3e7-c84bd6005fd5",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "25690778-1b49-4f5c-9ec7-7d0d2245784e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a725467a-c6dd-4558-a9c7-fce29bd9f872",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "vendors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID zasobu (max 40 zn.)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "a0e714be-1b15-40ff-b578-27b214c19710",
      "name": "HubDivision",
      "description": {
        "content": "CRUD i wyszukiwanie słowników Tms.Hub / Tms.Division",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a2c0795e-2b39-45a2-a171-3528083968b8",
          "name": "Lista HUBów z przypisanymi Division",
          "request": {
            "name": "Lista HUBów z przypisanymi Division",
            "description": {
              "content": "Pobiera listę HUBów z zagnieżdżoną listą `divisions`.\nUprawnienie: `hub.read`.\n\nFiltrowanie:\n- `hubIsActive` filtruje tylko rekordy HUB,\n- `divisionIsActive` filtruje tylko rekordy Division,\n- `isActive` jest aliasem legacy ustawiającym oba filtry naraz.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "hubs-divisions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Maksymalna wielkość strony (100)"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "Wyszukiwanie po nazwie/symbolu/adresie HUB i Division"
                },
                {
                  "disabled": false,
                  "key": "all",
                  "value": "<boolean>",
                  "description": "Jeśli `true`, zwraca wszystkie rekordy bez paginacji"
                },
                {
                  "disabled": false,
                  "key": "isActive",
                  "value": "<boolean>",
                  "description": "Legacy alias - ustawia jednocześnie `hubIsActive` i `divisionIsActive`"
                },
                {
                  "disabled": false,
                  "key": "hubIsActive",
                  "value": "<boolean>",
                  "description": "Filtr aktywności tylko dla HUB"
                },
                {
                  "disabled": false,
                  "key": "divisionIsActive",
                  "value": "<boolean>",
                  "description": "Filtr aktywności tylko dla Division"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bad00a75-660e-428e-a23b-6f06f3a0b282",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "all",
                      "value": "<boolean>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"symbol\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"address\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"street\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"street_no\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"city\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"postal_code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"country\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"latitude\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"longitude\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"location_wkt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"location_type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"is_active\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"email\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"phone\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"manager_name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"manager_email\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"created_at\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"updated_at\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"divisions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    {\n      \"id\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"symbol\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"address\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"street\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"street_no\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"city\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"postal_code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"country\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"latitude\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"longitude\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"location_wkt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"location_type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"is_active\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"email\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"phone\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"manager_name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"manager_email\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"created_at\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"updated_at\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"divisions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"8269d1b1-a88f-c5e2-5b71-ac5a36365070\",\n    \"generatedAt\": \"1993-03-10T12:08:01.318Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3e9bf6d-27d8-4df0-91f7-e1ccb15aa90b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "all",
                      "value": "<boolean>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "958417c2-5645-4b11-937b-7c268b2daf54",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "all",
                      "value": "<boolean>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77f33cef-d132-4398-a306-2583fc44b7c2",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "all",
                      "value": "<boolean>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13c720bd-4f41-4bb5-b1b3-9df436030bc1",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "all",
                      "value": "<boolean>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26a001d1-2d6a-45b5-b342-9d9424535650",
          "name": "Autocomplete dla HUB i Division",
          "request": {
            "name": "Autocomplete dla HUB i Division",
            "description": {
              "content": "Wyszukiwanie autocomplete po nazwie/symbolu/adresie.\nUprawnienie: `hub.read`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "hubs-divisions",
                "autocomplete"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "(Required) Fraza wyszukiwania"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "15",
                  "description": "Maksymalna liczba wyników"
                },
                {
                  "disabled": false,
                  "key": "scope",
                  "value": "all",
                  "description": "Zakres wyszukiwania"
                },
                {
                  "disabled": false,
                  "key": "isActive",
                  "value": "<boolean>",
                  "description": "Legacy alias - ustawia jednocześnie `hubIsActive` i `divisionIsActive`"
                },
                {
                  "disabled": false,
                  "key": "hubIsActive",
                  "value": "<boolean>",
                  "description": "Filtr aktywności tylko dla HUB"
                },
                {
                  "disabled": false,
                  "key": "divisionIsActive",
                  "value": "<boolean>",
                  "description": "Filtr aktywności tylko dla Division"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7f4beb9c-43ed-4930-908b-152af66e30d6",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions",
                    "autocomplete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "limit",
                      "value": "15"
                    },
                    {
                      "key": "scope",
                      "value": "all"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"code\": \"string\",\n      \"symbol\": \"string\",\n      \"is_active\": false,\n      \"type\": \"hub\",\n      \"hub_id\": \"string\",\n      \"address\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"code\": \"string\",\n      \"symbol\": \"string\",\n      \"is_active\": false,\n      \"type\": \"hub\",\n      \"hub_id\": \"string\",\n      \"address\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34c40784-5d57-4f0e-a4ca-0b2c4ef968a4",
              "name": "Validation error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions",
                    "autocomplete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "limit",
                      "value": "15"
                    },
                    {
                      "key": "scope",
                      "value": "all"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80d75b43-ce46-4a26-bc98-ad00eb113795",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions",
                    "autocomplete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "limit",
                      "value": "15"
                    },
                    {
                      "key": "scope",
                      "value": "all"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "728e93c9-4190-43e4-8e28-1d84ca609705",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions",
                    "autocomplete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "limit",
                      "value": "15"
                    },
                    {
                      "key": "scope",
                      "value": "all"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5fc276c-344c-4b15-9c04-c45ecc300099",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions",
                    "autocomplete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "limit",
                      "value": "15"
                    },
                    {
                      "key": "scope",
                      "value": "all"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b86171be-ad1f-4f9a-b496-de1a7d3a98d8",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs-divisions",
                    "autocomplete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "limit",
                      "value": "15"
                    },
                    {
                      "key": "scope",
                      "value": "all"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubIsActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "divisionIsActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea93d9d7-a3f9-4a03-aa36-c7a144d4b508",
          "name": "Lista HUB",
          "request": {
            "name": "Lista HUB",
            "description": {
              "content": "Pobiera paginowaną listę HUB. Uprawnienie `hub.read`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "hubs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "isActive",
                  "value": "<boolean>",
                  "description": "Filtr aktywności HUB"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1d589245-34a0-4e3a-bea5-068e191b3141",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"code\": \"string\",\n      \"symbol\": \"string\",\n      \"address\": \"string\",\n      \"street\": \"string\",\n      \"street_no\": \"string\",\n      \"city\": \"string\",\n      \"postal_code\": \"string\",\n      \"country\": \"string\",\n      \"latitude\": 5560.008727032153,\n      \"longitude\": 5100.833756513996,\n      \"location_wkt\": \"POINT(21.0122 52.2297)\",\n      \"location_type\": \"POINT\",\n      \"is_active\": false,\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"manager_name\": \"string\",\n      \"manager_email\": \"string\",\n      \"description\": \"string\",\n      \"created_at\": \"2011-06-26T17:01:38.445Z\",\n      \"updated_at\": \"2024-11-16T10:45:22.858Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"code\": \"string\",\n      \"symbol\": \"string\",\n      \"address\": \"string\",\n      \"street\": \"string\",\n      \"street_no\": \"string\",\n      \"city\": \"string\",\n      \"postal_code\": \"string\",\n      \"country\": \"string\",\n      \"latitude\": 5759.975941636615,\n      \"longitude\": 7088.032148001493,\n      \"location_wkt\": \"POINT(21.0122 52.2297)\",\n      \"location_type\": \"POINT\",\n      \"is_active\": false,\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"manager_name\": \"string\",\n      \"manager_email\": \"string\",\n      \"description\": \"string\",\n      \"created_at\": \"1992-12-08T06:10:32.472Z\",\n      \"updated_at\": \"2024-04-01T03:53:47.906Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"928e84ab-5e59-e27c-d54e-fc57ae1ab423\",\n    \"generatedAt\": \"1958-11-14T03:21:27.097Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "381bf7e8-8b09-4c17-afc4-820257277631",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6e5243d-ed61-4f5f-8d06-58ec72014995",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dcc9b393-7692-4e15-9eff-32d43605a1bd",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "323edb55-a243-4c91-be30-09a95c007e49",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8376c6f5-8b0b-4ce1-b4ca-28d1328bd8dc",
          "name": "Utwórz HUB",
          "request": {
            "name": "Utwórz HUB",
            "description": {
              "content": "Tworzy nowy HUB. Uprawnienie `hub.create`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "hubs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d899177a-9c30-44e8-ad34-33bdb32803f9",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"code\": \"string\",\n    \"symbol\": \"string\",\n    \"address\": \"string\",\n    \"street\": \"string\",\n    \"street_no\": \"string\",\n    \"city\": \"string\",\n    \"postal_code\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 6149.540788132348,\n    \"longitude\": 5.495963649417845,\n    \"location_wkt\": \"POINT(21.0122 52.2297)\",\n    \"location_type\": \"POINT\",\n    \"is_active\": false,\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"manager_name\": \"string\",\n    \"manager_email\": \"string\",\n    \"description\": \"string\",\n    \"created_at\": \"1971-07-09T18:52:46.329Z\",\n    \"updated_at\": \"1959-05-23T19:16:43.362Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "396de363-be20-4b07-961f-5b3d47449f20",
              "name": "Validation error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abee9991-2390-40eb-bbb7-1644184d100d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32380572-6b7c-4a28-905b-1a297306e735",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "182f80e3-b22e-481b-9927-1d617645e3a7",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73720efe-25d0-4739-bbd7-504d1864b173",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7ddaa008-97c8-48c5-b682-7d2588c037ba",
          "name": "Szczegóły HUB",
          "request": {
            "name": "Szczegóły HUB",
            "description": {
              "content": "Zwraca HUB wraz z listą jego Division. Uprawnienie `hub.read`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "hubs",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID HUB"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a129c030-f307-4c28-b83b-2b556191575f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID HUB"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"code\": \"string\",\n    \"symbol\": \"string\",\n    \"address\": \"string\",\n    \"street\": \"string\",\n    \"street_no\": \"string\",\n    \"city\": \"string\",\n    \"postal_code\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 1369.1603914967243,\n    \"longitude\": 6775.519292520322,\n    \"location_wkt\": \"POINT(21.0122 52.2297)\",\n    \"location_type\": \"POINT\",\n    \"is_active\": true,\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"manager_name\": \"string\",\n    \"manager_email\": \"string\",\n    \"description\": \"string\",\n    \"created_at\": \"1978-04-03T17:03:16.931Z\",\n    \"updated_at\": \"1979-07-10T13:12:39.543Z\",\n    \"divisions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13c0b96f-2c72-4ed6-b518-a2b80a8bb899",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID HUB"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc22a198-0cc5-4b37-a429-5e37cec0ffa6",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID HUB"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "980ee1e8-fa49-4b9c-bcf2-47de45e8020c",
              "name": "Hub not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID HUB"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1518ffa1-7fbf-4504-a883-a9f0c2e0b1be",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID HUB"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6daabc7b-4b21-4268-92d3-02f103ea922b",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID HUB"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94c5ab51-0233-45ce-899c-a93345c1bdde",
          "name": "Aktualizuj HUB (partial)",
          "request": {
            "name": "Aktualizuj HUB (partial)",
            "description": {
              "content": "Częściowa aktualizacja danych HUB. Uprawnienie `hub.update`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "hubs",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4ecced25-21be-4eb9-b236-eac5a7c57ac6",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"code\": \"string\",\n    \"symbol\": \"string\",\n    \"address\": \"string\",\n    \"street\": \"string\",\n    \"street_no\": \"string\",\n    \"city\": \"string\",\n    \"postal_code\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 6149.540788132348,\n    \"longitude\": 5.495963649417845,\n    \"location_wkt\": \"POINT(21.0122 52.2297)\",\n    \"location_type\": \"POINT\",\n    \"is_active\": false,\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"manager_name\": \"string\",\n    \"manager_email\": \"string\",\n    \"description\": \"string\",\n    \"created_at\": \"1971-07-09T18:52:46.329Z\",\n    \"updated_at\": \"1959-05-23T19:16:43.362Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f21ca2d-72f2-4d30-8eb8-d28926526422",
              "name": "Validation error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "054b4eb1-fed4-4893-9392-3a7b05f26d47",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7a2dd42-d83a-4de1-a7d8-d07fc2268add",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a9bf3bd-3bb0-45ce-b0f1-2593fb3ae409",
              "name": "Hub not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "716aabea-e911-4a7c-8ac9-5c8268dc5e04",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b611e821-77b3-440c-af77-06ccea559f41",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"managerName\": \"<string>\",\n  \"managerEmail\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4845ba57-ef08-47a2-8913-21896f2d089e",
          "name": "Usuń HUB",
          "request": {
            "name": "Usuń HUB",
            "description": {
              "content": "Trwale usuwa HUB. Uprawnienie `hub.delete`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "hubs",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1114ca40-61ba-4c4b-9517-ad6f590c6cb4",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ed1fa959-2a90-4421-b05f-1da60862f1a4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fc63254-63d3-4a04-baeb-387b04b9a6b5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e7567fd-edc7-40dd-9e37-6ac0ab1602ec",
              "name": "Hub not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0814949a-63bd-438b-995e-489cdcb9974a",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3884fb9a-f303-4bde-956e-87dba14d126a",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "00b642ab-6580-43a7-9729-d0b93a2a1312",
          "name": "Aktualizuj lokalizację HUB jako POINT",
          "request": {
            "name": "Aktualizuj lokalizację HUB jako POINT",
            "description": {
              "content": "Aktualizuje pozycję HUB na mapie i zapisuje lokalizację jako `POINT` (`geometry(Point,4326)`).\nUprawnienie `hub.update`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "hubs",
                ":id",
                "location"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9d64754c-9247-4f22-921f-fc0fea4d265f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id",
                    "location"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"code\": \"string\",\n    \"symbol\": \"string\",\n    \"address\": \"string\",\n    \"street\": \"string\",\n    \"street_no\": \"string\",\n    \"city\": \"string\",\n    \"postal_code\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 6149.540788132348,\n    \"longitude\": 5.495963649417845,\n    \"location_wkt\": \"POINT(21.0122 52.2297)\",\n    \"location_type\": \"POINT\",\n    \"is_active\": false,\n    \"email\": \"string\",\n    \"phone\": \"string\",\n    \"manager_name\": \"string\",\n    \"manager_email\": \"string\",\n    \"description\": \"string\",\n    \"created_at\": \"1971-07-09T18:52:46.329Z\",\n    \"updated_at\": \"1959-05-23T19:16:43.362Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94a1c594-dc96-4c72-9e29-2e271e0262b8",
              "name": "Validation error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id",
                    "location"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2f807e6-7396-4826-9ea7-ee6db567008d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id",
                    "location"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40e6df6e-faaf-4ba0-a4f6-7fa2f06b543d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id",
                    "location"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8b75957-bf2c-4fc4-b11b-1f6b08737741",
              "name": "Hub not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id",
                    "location"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f86fc5b6-b40e-4742-803e-9d8c7532fee4",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id",
                    "location"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8736aa20-0039-4250-9931-4a2094e880cb",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "hubs",
                    ":id",
                    "location"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7cb18e53-e736-4f06-b565-3b4c41967256",
          "name": "Lista Division",
          "request": {
            "name": "Lista Division",
            "description": {
              "content": "Pobiera paginowaną listę Division. Uprawnienie `hub.read`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "divisions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "isActive",
                  "value": "<boolean>",
                  "description": "Filtr aktywności Division"
                },
                {
                  "disabled": false,
                  "key": "hubId",
                  "value": "<string>",
                  "description": "Ogranicz listę do Division wskazanego HUB"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "47e0f624-dbde-44a0-a71c-8e3657b63ece",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubId",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"hub_id\": \"string\",\n      \"name\": \"string\",\n      \"code\": \"string\",\n      \"symbol\": \"string\",\n      \"address\": \"string\",\n      \"street\": \"string\",\n      \"street_no\": \"string\",\n      \"city\": \"string\",\n      \"postal_code\": \"string\",\n      \"country\": \"string\",\n      \"latitude\": 6056.039948410558,\n      \"longitude\": 8918.833061994408,\n      \"location_wkt\": \"POINT(21.0122 52.2297)\",\n      \"location_type\": \"POINT\",\n      \"position\": 3452,\n      \"color\": \"string\",\n      \"is_active\": false,\n      \"email\": \"string\",\n      \"symbol_external\": \"string\",\n      \"description\": \"string\",\n      \"hub_name\": \"string\",\n      \"hub_code\": \"string\",\n      \"hub_symbol\": \"string\",\n      \"created_at\": \"1992-06-23T15:09:17.948Z\",\n      \"updated_at\": \"1994-01-11T12:59:03.050Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"hub_id\": \"string\",\n      \"name\": \"string\",\n      \"code\": \"string\",\n      \"symbol\": \"string\",\n      \"address\": \"string\",\n      \"street\": \"string\",\n      \"street_no\": \"string\",\n      \"city\": \"string\",\n      \"postal_code\": \"string\",\n      \"country\": \"string\",\n      \"latitude\": 7744.137463211978,\n      \"longitude\": 9960.816388207702,\n      \"location_wkt\": \"POINT(21.0122 52.2297)\",\n      \"location_type\": \"POINT\",\n      \"position\": 1817,\n      \"color\": \"string\",\n      \"is_active\": false,\n      \"email\": \"string\",\n      \"symbol_external\": \"string\",\n      \"description\": \"string\",\n      \"hub_name\": \"string\",\n      \"hub_code\": \"string\",\n      \"hub_symbol\": \"string\",\n      \"created_at\": \"1967-08-10T14:44:34.883Z\",\n      \"updated_at\": \"2014-01-20T19:25:23.338Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"925104ec-c8df-3c8c-6bc7-d730c7998e1b\",\n    \"generatedAt\": \"1952-12-29T06:21:03.032Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "380ad0cb-f995-439e-9174-88f1515a7210",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubId",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d32fe3f-8f7e-4898-89e3-8e42733aa3d6",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubId",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ae140ee-a0ff-4ccf-82ee-9c62f25c9236",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubId",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c6bd418-fc96-4347-a467-18b96a9c36b3",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    },
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "isActive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "hubId",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "413c5a52-bc5b-47e3-a7b6-9c899157606f",
          "name": "Utwórz Division",
          "request": {
            "name": "Utwórz Division",
            "description": {
              "content": "Tworzy nową Division. Uprawnienie `hub.create`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "divisions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8ec69bd6-e264-4943-8da9-5164f0161447",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"hub_id\": \"string\",\n    \"name\": \"string\",\n    \"code\": \"string\",\n    \"symbol\": \"string\",\n    \"address\": \"string\",\n    \"street\": \"string\",\n    \"street_no\": \"string\",\n    \"city\": \"string\",\n    \"postal_code\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 1078.8051277979193,\n    \"longitude\": 615.0579594635652,\n    \"location_wkt\": \"POINT(21.0122 52.2297)\",\n    \"location_type\": \"POINT\",\n    \"position\": 6836,\n    \"color\": \"string\",\n    \"is_active\": true,\n    \"email\": \"string\",\n    \"symbol_external\": \"string\",\n    \"description\": \"string\",\n    \"hub_name\": \"string\",\n    \"hub_code\": \"string\",\n    \"hub_symbol\": \"string\",\n    \"created_at\": \"2003-04-12T08:43:37.914Z\",\n    \"updated_at\": \"1958-04-09T04:08:08.462Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "caf3a388-00cf-4a50-8a82-efa511f5aa08",
              "name": "Validation error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5152b9e1-fd33-4a3c-a211-9fd6e0bdcd2c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6303fac-107c-4839-a50a-0c7d20436fa1",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ca96724-c874-45af-8610-2e5993b3ff8a",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90f1a11f-7135-45aa-b9a7-2353849b4439",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1614f357-6230-4ace-8c33-8b27d9a360d2",
          "name": "Szczegóły Division",
          "request": {
            "name": "Szczegóły Division",
            "description": {
              "content": "Zwraca szczegóły pojedynczej Division. Uprawnienie `hub.read`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "divisions",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID Division"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5b801397-79bf-456d-b368-a6483c388bc5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID Division"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"hub_id\": \"string\",\n    \"name\": \"string\",\n    \"code\": \"string\",\n    \"symbol\": \"string\",\n    \"address\": \"string\",\n    \"street\": \"string\",\n    \"street_no\": \"string\",\n    \"city\": \"string\",\n    \"postal_code\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 1078.8051277979193,\n    \"longitude\": 615.0579594635652,\n    \"location_wkt\": \"POINT(21.0122 52.2297)\",\n    \"location_type\": \"POINT\",\n    \"position\": 6836,\n    \"color\": \"string\",\n    \"is_active\": true,\n    \"email\": \"string\",\n    \"symbol_external\": \"string\",\n    \"description\": \"string\",\n    \"hub_name\": \"string\",\n    \"hub_code\": \"string\",\n    \"hub_symbol\": \"string\",\n    \"created_at\": \"2003-04-12T08:43:37.914Z\",\n    \"updated_at\": \"1958-04-09T04:08:08.462Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94483cda-a4af-45ce-8cc5-c2019f9392e9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID Division"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edbf8529-7d93-4c4f-8051-7b6417234785",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID Division"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd54f6fa-5d01-4862-84bd-e4bd47b84daf",
              "name": "Division not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID Division"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c190abbb-85e5-4ceb-93a0-3fb90c9d21fd",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID Division"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3440c3ac-fb0a-4c50-815b-c004cbb3eed7",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID Division"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "815089c7-03d9-4d99-ab89-885ac2938e89",
          "name": "Aktualizuj Division (partial)",
          "request": {
            "name": "Aktualizuj Division (partial)",
            "description": {
              "content": "Częściowa aktualizacja Division. Uprawnienie `hub.update`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "divisions",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "05bcf4c7-2bba-45b8-849f-ad80048022eb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"string\",\n    \"hub_id\": \"string\",\n    \"name\": \"string\",\n    \"code\": \"string\",\n    \"symbol\": \"string\",\n    \"address\": \"string\",\n    \"street\": \"string\",\n    \"street_no\": \"string\",\n    \"city\": \"string\",\n    \"postal_code\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 1078.8051277979193,\n    \"longitude\": 615.0579594635652,\n    \"location_wkt\": \"POINT(21.0122 52.2297)\",\n    \"location_type\": \"POINT\",\n    \"position\": 6836,\n    \"color\": \"string\",\n    \"is_active\": true,\n    \"email\": \"string\",\n    \"symbol_external\": \"string\",\n    \"description\": \"string\",\n    \"hub_name\": \"string\",\n    \"hub_code\": \"string\",\n    \"hub_symbol\": \"string\",\n    \"created_at\": \"2003-04-12T08:43:37.914Z\",\n    \"updated_at\": \"1958-04-09T04:08:08.462Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0497d4b2-aafa-4fa7-badf-cb4f33f43eb6",
              "name": "Validation error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f105bb5b-ae0c-489a-8e71-1a720c2d9f83",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32b0c0d9-ff37-41a3-b5ac-01a124b43c10",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ce7e05a-4d01-4df8-aa72-52dc2d63eb39",
              "name": "Division not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "819d4699-5033-47fc-b733-274c66fb2a00",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed71dc38-9b64-4bd2-a429-f1def13fe01c",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"hubId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"address\": \"<string>\",\n  \"street\": \"<string>\",\n  \"streetNo\": \"<string>\",\n  \"city\": \"<string>\",\n  \"postalCode\": \"<string>\",\n  \"country\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"longitude\": \"<number>\",\n  \"position\": \"<integer>\",\n  \"color\": \"<string>\",\n  \"email\": \"<string>\",\n  \"symbolExternal\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f29ae366-6571-49fb-bc53-92a7ea7f8f38",
          "name": "Usuń Division",
          "request": {
            "name": "Usuń Division",
            "description": {
              "content": "Trwale usuwa Division. Uprawnienie `hub.delete`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "divisions",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f4dc8662-26ea-42b0-9063-7182cc6c5ca2",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "35c4676f-decb-4247-b10a-360805dc50d7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8544b538-c6b4-4a36-9a20-a3583f8c653e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "070d08b7-d63a-471e-a4ed-44711f9dbdd2",
              "name": "Division not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a07bb6e-0e59-49dd-bc38-b817d6505099",
              "name": "Database configuration error",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a458e35a-0f43-4df1-972e-4a13a33eb20a",
              "name": "SQL unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "divisions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5508c8ba-6bb0-4887-96b6-3b15a11da894",
      "name": "People",
      "description": {
        "content": "Zarządzanie osobami — CRUD, role, auth methods, identity keys, sources, lockout, OTP, recovery, sync",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e8a404e8-e9e6-4e98-8104-44bdc2091f59",
          "name": "Lista osób",
          "request": {
            "name": "Lista osób",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "Wyszukiwanie (nazwisko, email, telefon). Pełny email lub telefon 9-cyfrowy uruchamia precyzyjne wyszukiwanie."
                },
                {
                  "disabled": false,
                  "key": "is_active",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "is_customer",
                  "value": "<string>",
                  "description": "Szukaj także wśród klientów"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Max 200"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "92466ed2-7620-48a0-84b6-22f175201595",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "is_active",
                      "value": "<string>"
                    },
                    {
                      "key": "is_customer",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"05486ee9-de37-a94e-b030-9d1e037ae068\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"email_normalized\": \"string\",\n      \"phone_normalized\": \"string\",\n      \"phone_prefix\": \"string\",\n      \"is_active\": true,\n      \"preferred_language\": \"string\",\n      \"photo_url\": \"string\",\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"metadata\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": false\n      },\n      \"profile\": {\n        \"key_0\": 4790\n      },\n      \"auth_user_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"created_at\": \"1987-08-11T10:44:39.595Z\",\n      \"updated_at\": \"1994-08-13T15:11:22.995Z\"\n    },\n    {\n      \"id\": \"7a660eb1-1a79-8b2b-a5f5-530c688081d5\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"email_normalized\": \"string\",\n      \"phone_normalized\": \"string\",\n      \"phone_prefix\": \"string\",\n      \"is_active\": true,\n      \"preferred_language\": \"string\",\n      \"photo_url\": \"string\",\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"metadata\": {\n        \"key_0\": true,\n        \"key_1\": 8546.369276116498\n      },\n      \"profile\": {\n        \"key_0\": 9147.679932942554,\n        \"key_1\": 6819.123954890498,\n        \"key_2\": 5261.317835300687\n      },\n      \"auth_user_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"created_at\": \"1977-08-09T00:11:47.041Z\",\n      \"updated_at\": \"1995-02-17T03:40:41.496Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"62919f3e-48b8-cb0d-9ca0-74c80cc25731\",\n    \"generatedAt\": \"1961-05-19T10:17:59.797Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47462bf3-0e4c-44d5-a9e1-b1e9125a4895",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "key": "is_active",
                      "value": "<string>"
                    },
                    {
                      "key": "is_customer",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "666b8c99-f8c5-4247-8f5e-83190d2a11f5",
          "name": "Utwórz osobę",
          "request": {
            "name": "Utwórz osobę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"phone\": \"<string>\",\n  \"phone_prefix\": \"<string>\",\n  \"is_active\": true,\n  \"preferred_language\": \"<string>\",\n  \"photo_url\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"metadata\": {\n    \"key_0\": 9977.725229749414\n  },\n  \"profile\": {\n    \"key_0\": \"string\",\n    \"key_1\": true\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d0926508-546b-48f0-b496-ac5478220514",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"first_name\": \"Marta\",\n  \"last_name\": \"Zielińska\",\n  \"email\": \"marta@firma.pl\",\n  \"phone\": \"+48500600700\",\n  \"phone_prefix\": \"+48\",\n  \"is_active\": true,\n  \"preferred_language\": \"pl\",\n  \"photo_url\": \"<string>\",\n  \"tags\": [\n    \"partner\",\n    \"logistics\"\n  ],\n  \"metadata\": {\n    \"source\": \"manual\",\n    \"region\": \"mazowieckie\"\n  },\n  \"profile\": {\n    \"department\": \"Logistyka\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"79fe8d86-f21e-e94b-77ec-f0ebccb7d03a\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"email_normalized\": \"string\",\n    \"is_active\": false,\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"metadata\": {},\n    \"profile\": {},\n    \"created_at\": \"2019-10-20T09:45:43.392Z\",\n    \"updated_at\": \"1961-01-02T08:08:20.375Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d706209d-6fcd-40d8-9748-37dc6f87e992",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"first_name\": \"Marta\",\n  \"last_name\": \"Zielińska\",\n  \"email\": \"marta@firma.pl\",\n  \"phone\": \"+48500600700\",\n  \"phone_prefix\": \"+48\",\n  \"is_active\": true,\n  \"preferred_language\": \"pl\",\n  \"photo_url\": \"<string>\",\n  \"tags\": [\n    \"partner\",\n    \"logistics\"\n  ],\n  \"metadata\": {\n    \"source\": \"manual\",\n    \"region\": \"mazowieckie\"\n  },\n  \"profile\": {\n    \"department\": \"Logistyka\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e1f5625e-d753-4cb8-848f-e14cdef39d4b",
          "name": "Szczegóły osoby z rolami i auth",
          "request": {
            "name": "Szczegóły osoby z rolami i auth",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d6b15f16-a0b6-494e-8ac2-87d14285eeac",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"562c55a5-973b-6c9b-c727-63d7fdaf7396\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"full_name\": \"string\",\n    \"email_normalized\": \"string\",\n    \"phone_normalized\": \"string\",\n    \"is_active\": false,\n    \"photo_url\": \"string\",\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"metadata\": {},\n    \"profile\": {},\n    \"created_at\": \"1959-02-04T15:15:40.402Z\",\n    \"updated_at\": \"2021-08-03T20:09:07.661Z\",\n    \"roles\": [\n      {\n        \"role_id\": 2107,\n        \"symbol\": \"string\",\n        \"name\": \"string\",\n        \"context\": {},\n        \"is_active\": false,\n        \"granted_at\": \"1970-12-21T00:49:24.692Z\"\n      },\n      {\n        \"role_id\": 3758,\n        \"symbol\": \"string\",\n        \"name\": \"string\",\n        \"context\": {},\n        \"is_active\": false,\n        \"granted_at\": \"2023-07-22T00:42:01.211Z\"\n      }\n    ],\n    \"subroles\": [\n      {\n        \"subrole_symbol\": \"string\",\n        \"is_active\": true,\n        \"granted_at\": \"1996-09-03T01:02:31.715Z\"\n      },\n      {\n        \"subrole_symbol\": \"string\",\n        \"is_active\": false,\n        \"granted_at\": \"2019-03-31T19:20:35.865Z\"\n      }\n    ],\n    \"auth_methods\": [\n      {\n        \"method_symbol\": \"string\",\n        \"is_active\": true,\n        \"login_identifier\": \"string\",\n        \"last_used_at\": \"string\"\n      },\n      {\n        \"method_symbol\": \"string\",\n        \"is_active\": false,\n        \"login_identifier\": \"string\",\n        \"last_used_at\": \"string\"\n      }\n    ],\n    \"identity_keys\": [\n      {\n        \"key_type\": \"string\",\n        \"key_value\": \"string\",\n        \"is_primary\": false,\n        \"source\": \"string\"\n      },\n      {\n        \"key_type\": \"string\",\n        \"key_value\": \"string\",\n        \"is_primary\": true,\n        \"source\": \"string\"\n      }\n    ],\n    \"sources\": [\n      {\n        \"source_schema\": \"string\",\n        \"source_table\": \"string\",\n        \"source_id\": \"string\"\n      },\n      {\n        \"source_schema\": \"string\",\n        \"source_table\": \"string\",\n        \"source_id\": \"string\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"6f8d9c63-d90b-0e08-ee2f-f8447b2731c0\",\n    \"generatedAt\": \"1964-03-18T08:13:58.916Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eabd6081-c85c-4268-92b4-3704eadeb8cb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b0309b0-e314-43d8-8c4a-95179380322a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "56f70ea5-9f0d-4099-9f3f-16e3d462334f",
          "name": "Aktualizuj osobę (partial)",
          "request": {
            "name": "Aktualizuj osobę (partial)",
            "description": {
              "content": "Partial update. Email i phone normalizowane automatycznie.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "people",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"phone\": \"<string>\",\n  \"phone_prefix\": \"<string>\",\n  \"is_active\": true,\n  \"preferred_language\": \"<string>\",\n  \"photo_url\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"metadata\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6993\n  },\n  \"profile\": {\n    \"key_0\": 5264,\n    \"key_1\": 3613.3684135803155\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "804a51ee-d70f-486d-9c1b-b25d9810b27d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"first_name\": \"Marta\",\n  \"last_name\": \"Zielińska\",\n  \"email\": \"marta@firma.pl\",\n  \"phone\": \"+48500600700\",\n  \"phone_prefix\": \"+48\",\n  \"is_active\": true,\n  \"preferred_language\": \"pl\",\n  \"photo_url\": \"<string>\",\n  \"tags\": [\n    \"partner\",\n    \"logistics\"\n  ],\n  \"metadata\": {\n    \"source\": \"manual\",\n    \"region\": \"mazowieckie\"\n  },\n  \"profile\": {\n    \"department\": \"Logistyka\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"6973c6f9-4ad1-79f3-4744-266896576c51\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"is_active\": true,\n    \"updated_at\": \"1976-07-15T09:12:55.069Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"29de0727-47a1-5ca0-37af-0510e3b535ae\",\n    \"generatedAt\": \"1987-10-02T21:57:04.717Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c65eee78-0f23-4697-a67b-8a5364893a84",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"first_name\": \"Marta\",\n  \"last_name\": \"Zielińska\",\n  \"email\": \"marta@firma.pl\",\n  \"phone\": \"+48500600700\",\n  \"phone_prefix\": \"+48\",\n  \"is_active\": true,\n  \"preferred_language\": \"pl\",\n  \"photo_url\": \"<string>\",\n  \"tags\": [\n    \"partner\",\n    \"logistics\"\n  ],\n  \"metadata\": {\n    \"source\": \"manual\",\n    \"region\": \"mazowieckie\"\n  },\n  \"profile\": {\n    \"department\": \"Logistyka\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7806ee00-1af1-4997-8f22-899b8a7062d8",
          "name": "Usuń osobę",
          "request": {
            "name": "Usuń osobę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f983c2f6-a2ef-4f3a-be66-bea62c8cd5e8",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cbe1c301-2aef-4502-bc05-47c2acc0080d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd70aad6-f34c-4593-a3d6-12f1371c5157",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "866a4cd3-eba7-42a6-9219-5bfb198398fa",
          "name": "Osoby z przypisanymi rolami",
          "request": {
            "name": "Osoby z przypisanymi rolami",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "views",
                "with-roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Max 200"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "24abdb19-f8c5-4540-b507-46657bf4dd30",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "views",
                    "with-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"df59f3e0-1c5f-928a-2d77-30c2335a1158\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"email_normalized\": \"string\",\n      \"is_active\": false,\n      \"roles\": \"string\"\n    },\n    {\n      \"id\": \"f93d4ba0-836b-a9ae-6b4c-4d998380561c\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"email_normalized\": \"string\",\n      \"is_active\": false,\n      \"roles\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b95470f2-f759-aa0b-8de3-57f0ed744339\",\n    \"generatedAt\": \"1975-01-30T23:29:55.891Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b54d4b50-3a79-41d5-b70e-e038ec0d633c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "views",
                    "with-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "990e8381-83d0-460a-b3d4-f7c337f73351",
          "name": "Podsumowanie auth osoby",
          "request": {
            "name": "Podsumowanie auth osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "auth-summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3358a8d4-f47d-4665-9a98-258dfd52f2d2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "auth-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"person_id\": \"string\",\n    \"lockout_status\": {},\n    \"last_login\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"cc134415-5e3e-983b-958f-97c28ff69df1\",\n    \"generatedAt\": \"2005-02-22T08:35:22.357Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75231bc0-1101-4b36-8eec-1acfed0d4f13",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "auth-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b8e0cd41-22c5-4875-a471-ae1f9c82c089",
          "name": "Role przypisane do osoby",
          "request": {
            "name": "Role przypisane do osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "445d1233-9354-4f27-bee7-3519b7a2d19a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 9119,\n      \"person_id\": \"ee8c31c3-557b-b5b5-9c2d-2f7e7733197b\",\n      \"role_id\": 9918,\n      \"context\": {},\n      \"is_active\": true,\n      \"granted_at\": \"2009-05-17T23:32:10.369Z\",\n      \"revoked_at\": \"1987-06-15T04:27:24.154Z\",\n      \"symbol\": \"string\",\n      \"role_name\": \"string\"\n    },\n    {\n      \"id\": 3000,\n      \"person_id\": \"07a1e465-0e33-a966-aa2b-e8ed3dcd59ec\",\n      \"role_id\": 2646,\n      \"context\": {},\n      \"is_active\": true,\n      \"granted_at\": \"1951-05-22T10:06:38.019Z\",\n      \"revoked_at\": \"1982-10-15T15:50:23.207Z\",\n      \"symbol\": \"string\",\n      \"role_name\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"8367f11d-1675-aa7d-4b5c-a821cea8a0fb\",\n    \"generatedAt\": \"2010-09-29T00:28:08.926Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bc0704c-b0ba-4d6e-88b5-bd43ddf2eaf3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "01d9fc03-f80f-4138-976e-a96ae59b1a23",
          "name": "Przypisz rolę osobie",
          "request": {
            "name": "Przypisz rolę osobie",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"role\": \"<string>\",\n  \"context\": {\n    \"key_0\": \"string\",\n    \"key_1\": 2963.5404530296405\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "76de3171-d31d-4ad7-9ce9-e18d170c9efe",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"partner\",\n  \"context\": {\n    \"vendor_id\": \"v-100\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 9363,\n    \"person_id\": \"string\",\n    \"role_id\": 3801,\n    \"context\": {},\n    \"is_active\": false,\n    \"granted_at\": \"2008-07-12T10:11:14.477Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a2221cc-f543-47b3-9875-e46eb3f6ec37",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"partner\",\n  \"context\": {\n    \"vendor_id\": \"v-100\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a882f885-818f-42bd-bcd2-9a305d83e5f6",
          "name": "Aktualizuj rolę osoby",
          "request": {
            "name": "Aktualizuj rolę osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "roles",
                ":roleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "roleId",
                  "description": "(Required) ID roli"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"context\": {\n    \"key_0\": \"string\",\n    \"key_1\": 3214.8289376794883,\n    \"key_2\": true,\n    \"key_3\": 6464\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "965a7179-b07e-4ab5-93f1-5914f23214d3",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles",
                    ":roleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "roleId",
                      "description": "(Required) ID roli"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"context\": {\n    \"key_0\": 2836.1839513827845\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 8000,\n    \"person_id\": \"string\",\n    \"is_active\": false,\n    \"context\": {},\n    \"granted_at\": \"1976-01-17T21:20:20.754Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"ebaabafe-b7ea-e6f1-cdf6-dffb85165e8d\",\n    \"generatedAt\": \"2016-07-08T07:14:51.830Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac0e9db1-fc8b-47cc-ae5a-a8e9a4d99907",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles",
                    ":roleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "roleId",
                      "description": "(Required) ID roli"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"context\": {\n    \"key_0\": 2836.1839513827845\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ebffd2ff-1225-4f81-8cc0-dfdacce492ef",
          "name": "Usuń rolę osoby",
          "request": {
            "name": "Usuń rolę osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "roles",
                ":roleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "roleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "17d4f234-db9f-4f91-b714-e4b099e09074",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles",
                    ":roleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "roleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "db22e011-a284-41ff-aa24-9d22e7ae5a8e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles",
                    ":roleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "roleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "277da518-f199-4eed-8e05-b8747df43ed2",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "roles",
                    ":roleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "roleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cfb550d1-a0b8-46e1-99a5-f83667903bc1",
          "name": "Katalog metod auth",
          "request": {
            "name": "Katalog metod auth",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "auth-methods",
                "catalog"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1b3fee2e-58ee-423d-85ac-9da4e315d098",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "auth-methods",
                    "catalog"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"symbol\": \"string\",\n      \"name\": \"string\",\n      \"priority\": 9233\n    },\n    {\n      \"symbol\": \"string\",\n      \"name\": \"string\",\n      \"priority\": 6165\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"1998ffa5-6c0a-76d8-6798-5e46a9199e7f\",\n    \"generatedAt\": \"2002-01-23T02:31:47.854Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70a49a88-6e2d-433f-affe-42cf63b84623",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "auth-methods",
                    "catalog"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8a441676-84cf-4413-9590-0c4198a13aef",
          "name": "Metody auth osoby",
          "request": {
            "name": "Metody auth osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "auth-methods"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "56cd3d5a-9d32-4e74-a5f9-c0d3af3e7725",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "auth-methods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 3617,\n      \"person_id\": \"540cfdfe-b6d4-01e5-6df0-2e4c1a67e90b\",\n      \"method_symbol\": \"string\",\n      \"is_active\": false,\n      \"login_identifier\": \"string\",\n      \"provider_uid\": \"string\",\n      \"last_used_at\": \"2023-09-26T02:52:06.881Z\",\n      \"created_at\": \"2014-02-25T13:57:50.827Z\",\n      \"updated_at\": \"2017-09-17T09:17:51.475Z\"\n    },\n    {\n      \"id\": 8143,\n      \"person_id\": \"6939bc95-443f-57d9-dfce-6ac832c4abca\",\n      \"method_symbol\": \"string\",\n      \"is_active\": false,\n      \"login_identifier\": \"string\",\n      \"provider_uid\": \"string\",\n      \"last_used_at\": \"1964-06-25T00:12:44.393Z\",\n      \"created_at\": \"1972-02-12T03:12:52.364Z\",\n      \"updated_at\": \"1993-08-03T14:20:39.141Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"773f0735-01db-2507-ba21-ac02cdaf4de5\",\n    \"generatedAt\": \"1989-06-29T12:47:52.112Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a1c044e-9fe7-48ef-9dfc-07e8102f0997",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "auth-methods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b8459e29-1598-41f0-bf57-f6e8589c6f01",
          "name": "Aktualizuj metodę auth",
          "request": {
            "name": "Aktualizuj metodę auth",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":personId",
                "auth-methods",
                ":methodId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "personId",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "methodId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"login_identifier\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "aad505f7-5d7f-403a-ba67-034c10bd7ea5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":personId",
                    "auth-methods",
                    ":methodId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "personId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "methodId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"login_identifier\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 9591,\n    \"person_id\": \"string\",\n    \"method_symbol\": \"string\",\n    \"is_active\": true,\n    \"login_identifier\": \"string\",\n    \"last_used_at\": \"string\",\n    \"created_at\": \"1953-03-16T13:18:30.433Z\",\n    \"updated_at\": \"1973-05-17T13:18:02.143Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"a7160d07-e0bc-f5ca-c1b1-9d57a977a161\",\n    \"generatedAt\": \"1951-07-04T00:54:10.742Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f7970ca-ad75-4bd6-a462-618326fed897",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":personId",
                    "auth-methods",
                    ":methodId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "personId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "methodId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"login_identifier\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41f0e7ce-92c0-41fc-9890-d2ce52544af2",
          "name": "Klucze tożsamości osoby",
          "request": {
            "name": "Klucze tożsamości osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "identity-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6c8f1cff-fbcf-4abe-a180-d50e0d1a6a78",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "identity-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 6008,\n      \"person_id\": \"38e7c197-db95-bad8-fba4-7f094a959db5\",\n      \"key_type\": \"string\",\n      \"key_value\": \"string\",\n      \"is_primary\": true,\n      \"source\": \"string\",\n      \"created_at\": \"1953-06-28T17:42:30.461Z\"\n    },\n    {\n      \"id\": 5504,\n      \"person_id\": \"8db5c33b-a1cb-2d94-e284-a83d4e909f82\",\n      \"key_type\": \"string\",\n      \"key_value\": \"string\",\n      \"is_primary\": true,\n      \"source\": \"string\",\n      \"created_at\": \"1972-10-17T14:45:57.729Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"840ba93f-039c-6d8d-a442-c3280815b822\",\n    \"generatedAt\": \"2000-07-05T02:48:24.559Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7c02149-030f-4639-a06c-df870c84990e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "identity-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2b2ea103-0259-493a-b7dc-6b67cdec4249",
          "name": "Dodaj klucz tożsamości",
          "request": {
            "name": "Dodaj klucz tożsamości",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "identity-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key_type\": \"<string>\",\n  \"key_value\": \"<string>\",\n  \"is_primary\": \"<boolean>\",\n  \"source\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5c7c9f74-79ed-48ff-b017-19669fca1eca",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "identity-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key_type\": \"email\",\n  \"key_value\": \"jan@firma.pl\",\n  \"is_primary\": \"<boolean>\",\n  \"source\": \"registration\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 6271,\n    \"person_id\": \"string\",\n    \"key_type\": \"string\",\n    \"key_value\": \"string\",\n    \"is_primary\": false,\n    \"source\": \"string\",\n    \"created_at\": \"2011-09-09T08:00:13.970Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66164333-10b9-427c-98b1-ee05e78606e3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "identity-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key_type\": \"email\",\n  \"key_value\": \"jan@firma.pl\",\n  \"is_primary\": \"<boolean>\",\n  \"source\": \"registration\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d895981-f914-4c18-b82a-be3c95645dd0",
          "name": "Usuń klucz tożsamości",
          "request": {
            "name": "Usuń klucz tożsamości",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "identity-keys",
                ":keyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "keyId",
                  "description": "(Required) ID klucza (konwertowany na Number)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5adb06a8-8a2d-4ad2-9b6d-07b16395ded4",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "identity-keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId",
                      "description": "(Required) ID klucza (konwertowany na Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "060de3bf-f2fd-450e-9a71-e0502412e534",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "identity-keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId",
                      "description": "(Required) ID klucza (konwertowany na Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78bc0cb7-c374-4a9b-be02-f860f32a9474",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "identity-keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId",
                      "description": "(Required) ID klucza (konwertowany na Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4293ef3a-6abd-4980-a998-1b920feefa5e",
          "name": "Źródła osoby",
          "request": {
            "name": "Źródła osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "sources"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "917b098c-042a-473e-be43-86600a0558e8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 4434,\n      \"person_id\": \"f08ad59d-994c-30bb-134d-6d41e7d2a39d\",\n      \"source_schema\": \"string\",\n      \"source_table\": \"string\",\n      \"source_id\": \"string\",\n      \"source_id_type\": \"string\",\n      \"linked_at\": \"2018-05-27T18:13:27.074Z\"\n    },\n    {\n      \"id\": 5935,\n      \"person_id\": \"33b81c78-d067-b6d0-45f0-5378edbc2125\",\n      \"source_schema\": \"string\",\n      \"source_table\": \"string\",\n      \"source_id\": \"string\",\n      \"source_id_type\": \"string\",\n      \"linked_at\": \"1978-03-14T11:07:10.656Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"e96266a7-23e8-3983-f292-c06745cb6d55\",\n    \"generatedAt\": \"1976-10-04T07:36:53.363Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efcab453-e8f1-42c7-92e7-5e8d64d24992",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3a92197-e2fc-4b1e-9ddc-49c73b30c7a1",
          "name": "Dodaj źródło osoby",
          "request": {
            "name": "Dodaj źródło osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "sources"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"source_schema\": \"<string>\",\n  \"source_table\": \"<string>\",\n  \"source_id\": \"<string>\",\n  \"source_id_type\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0a5ef85f-d266-4082-9d3f-e3fed7ab0d5a",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"source_schema\": \"Auth\",\n  \"source_table\": \"User\",\n  \"source_id\": \"auth-user-001\",\n  \"source_id_type\": \"uuid\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 5237,\n    \"person_id\": \"string\",\n    \"source_schema\": \"string\",\n    \"source_table\": \"string\",\n    \"source_id\": \"string\",\n    \"source_id_type\": \"string\",\n    \"linked_at\": \"2015-07-19T17:36:19.262Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03998601-ad63-4175-a78b-409d874d4cfc",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"source_schema\": \"Auth\",\n  \"source_table\": \"User\",\n  \"source_id\": \"auth-user-001\",\n  \"source_id_type\": \"uuid\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca4e89e4-37ae-449d-a290-90b62954f37a",
          "name": "Usuń źródło",
          "request": {
            "name": "Usuń źródło",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "sources",
                ":sourceId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "sourceId",
                  "description": "(Required) ID źródła (Number)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "38ae52fb-67b3-4a62-ac3e-3da83327fdb9",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "sources",
                    ":sourceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "sourceId",
                      "description": "(Required) ID źródła (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "404998e5-2e1d-49df-be24-08c60dcf486f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "sources",
                    ":sourceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "sourceId",
                      "description": "(Required) ID źródła (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87a4a7e4-ec18-400e-89e6-fec5ff8d8967",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "sources",
                    ":sourceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "sourceId",
                      "description": "(Required) ID źródła (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "adddc64a-6a2d-4dd2-a0a0-cad8f829fcfb",
          "name": "Stan blokady osoby",
          "request": {
            "name": "Stan blokady osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "lockout"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "95d5e8ca-3fed-4c38-885a-3eb0ed4b4038",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "lockout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"person_id\": \"2264aa9a-8d12-d491-c2e7-12af4a451346\",\n    \"locked_at\": \"1959-01-01T20:35:57.627Z\",\n    \"locked_until\": \"1991-05-25T15:14:04.377Z\",\n    \"failed_attempts\": 5181,\n    \"reason\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"819acf49-84a1-9b9c-4477-6dbcf3993c47\",\n    \"generatedAt\": \"1981-12-02T23:42:41.394Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d607553-9186-4c0c-8487-3a7138d52ee1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "lockout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8567e9ba-299f-489f-a8dd-aadcd2005b70",
          "name": "Odblokuj osobę",
          "request": {
            "name": "Odblokuj osobę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "unlock"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c5e16e86-cb36-4a49-bc79-f6283398699f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "unlock"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"result\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"6ca37f80-1599-83aa-f94c-1eaf2f91943d\",\n    \"generatedAt\": \"1994-01-15T05:05:16.636Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2aa49dc5-de77-4dd1-adaa-eb70fe473805",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "unlock"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "75e92db4-3d2b-4a32-9958-3235c438f70b",
          "name": "Próby logowania osoby",
          "request": {
            "name": "Próby logowania osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "auth-attempts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Max 200"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1b8e4e33-2e2c-4bee-aee6-aba3b441cc4e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "auth-attempts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 1639,\n      \"person_id\": \"string\",\n      \"method\": \"string\",\n      \"ip_address\": \"string\",\n      \"user_agent\": \"string\",\n      \"success\": false,\n      \"created_at\": \"1985-01-28T12:18:53.086Z\"\n    },\n    {\n      \"id\": 1439,\n      \"person_id\": \"string\",\n      \"method\": \"string\",\n      \"ip_address\": \"string\",\n      \"user_agent\": \"string\",\n      \"success\": true,\n      \"created_at\": \"1954-09-04T05:30:42.721Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4d25a34f-72e0-06ec-b127-377576620456\",\n    \"generatedAt\": \"1973-02-01T05:07:58.386Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "985e0ba7-7a5e-44c6-829d-9b5abe9a1c7a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "auth-attempts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "287e9bd9-766d-4000-ba8b-532bc2ac56c2",
          "name": "Kody OTP osoby",
          "request": {
            "name": "Kody OTP osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "otp-codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0de6c746-f402-4357-9070-aa4d3624cb8a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "otp-codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 7193,\n      \"person_id\": \"string\",\n      \"channel\": \"string\",\n      \"destination\": \"string\",\n      \"expires_at\": \"1974-03-30T07:47:38.490Z\",\n      \"verified_at\": \"2000-03-19T08:23:28.249Z\",\n      \"attempts\": 8878,\n      \"max_attempts\": 2615,\n      \"created_at\": \"2011-09-17T05:08:00.187Z\"\n    },\n    {\n      \"id\": 1278,\n      \"person_id\": \"string\",\n      \"channel\": \"string\",\n      \"destination\": \"string\",\n      \"expires_at\": \"1992-01-29T21:55:54.512Z\",\n      \"verified_at\": \"2008-08-28T19:14:03.442Z\",\n      \"attempts\": 3813,\n      \"max_attempts\": 347,\n      \"created_at\": \"1971-11-17T11:24:02.136Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"8b154d0e-c45b-2d22-d0cd-672501ce9329\",\n    \"generatedAt\": \"1987-04-06T11:49:43.291Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "781ca1fe-3b42-495b-94c3-849619b27062",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "otp-codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5a43eb9d-b6d4-4793-96a8-cdf3f58b07ab",
          "name": "Procesy odzyskiwania osoby",
          "request": {
            "name": "Procesy odzyskiwania osoby",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                ":id",
                "recoveries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ed46189f-eb00-45b4-88e3-272b3097d0f9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "recoveries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 4844,\n      \"person_id\": \"string\",\n      \"channel\": \"string\",\n      \"destination\": \"string\",\n      \"expires_at\": \"1966-01-24T01:20:02.948Z\",\n      \"used_at\": \"2022-11-19T04:20:37.440Z\",\n      \"ip_address\": \"string\",\n      \"created_at\": \"1979-02-13T06:13:18.367Z\"\n    },\n    {\n      \"id\": 9294,\n      \"person_id\": \"string\",\n      \"channel\": \"string\",\n      \"destination\": \"string\",\n      \"expires_at\": \"1947-05-16T13:37:30.519Z\",\n      \"used_at\": \"1987-05-22T10:03:34.349Z\",\n      \"ip_address\": \"string\",\n      \"created_at\": \"1992-05-12T01:38:52.383Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"e617fc82-a2bd-bcd1-72ad-b11ca69d6625\",\n    \"generatedAt\": \"1982-03-26T23:33:13.786Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05b9bbc5-b0a8-4081-89cf-0082d92078eb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    ":id",
                    "recoveries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc74efec-5c8c-4a92-add0-01af195065fd",
          "name": "Logi synchronizacji osób",
          "request": {
            "name": "Logi synchronizacji osób",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "sync-logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "20",
                  "description": "Max 200"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c00c6cab-b3c7-4412-887e-3e99d961d096",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "sync-logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 4232,\n      \"sync_type\": \"string\",\n      \"status\": \"string\",\n      \"records_processed\": 5305,\n      \"errors\": 6871,\n      \"started_at\": \"1965-06-03T12:41:51.994Z\",\n      \"completed_at\": \"1997-08-04T18:12:25.612Z\"\n    },\n    {\n      \"id\": 5843,\n      \"sync_type\": \"string\",\n      \"status\": \"string\",\n      \"records_processed\": 7676,\n      \"errors\": 9342,\n      \"started_at\": \"2009-12-22T03:15:50.277Z\",\n      \"completed_at\": \"1987-01-18T09:25:06.314Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"5b12be80-4362-e450-07f8-8735b7460eee\",\n    \"generatedAt\": \"2017-11-09T14:27:23.612Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9f378fc-4bb9-44c1-b66b-3e1f469b04bc",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "sync-logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ac60e29-1746-4037-9025-5c7aa2d1b219",
          "name": "Szczegóły logu synchronizacji",
          "request": {
            "name": "Szczegóły logu synchronizacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "sync-logs",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) ID logu (Number)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "66cd8601-b1ea-42fc-b387-406d22a3c0c4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "sync-logs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID logu (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 7024,\n    \"sync_type\": \"string\",\n    \"status\": \"string\",\n    \"records_processed\": 1842,\n    \"errors\": 3716,\n    \"started_at\": \"1983-11-01T10:25:18.835Z\",\n    \"completed_at\": \"1947-03-30T09:35:57.822Z\",\n    \"details\": {}\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"947d0acd-06fd-0be8-2798-e50fd8aa8707\",\n    \"generatedAt\": \"2010-08-01T12:43:32.484Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35df5182-a361-4845-896c-41b331932c3f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "sync-logs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) ID logu (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e829bd7a-5302-4e23-b0f5-fab568423853",
          "name": "Katalog ról",
          "request": {
            "name": "Katalog ról",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "role-catalog"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b4258ae6-8877-4978-bb7d-8af366301dc0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "role-catalog"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 8411,\n      \"symbol\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_assignable\": false,\n      \"is_system\": false,\n      \"category\": \"string\",\n      \"created_at\": \"2000-12-29T05:56:51.069Z\",\n      \"updated_at\": \"1971-09-06T09:45:16.883Z\"\n    },\n    {\n      \"id\": 9709,\n      \"symbol\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_assignable\": true,\n      \"is_system\": true,\n      \"category\": \"string\",\n      \"created_at\": \"2001-11-11T01:53:09.750Z\",\n      \"updated_at\": \"1994-10-29T09:24:11.461Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"969d5834-36b8-ba7d-9eb6-777e2278b02f\",\n    \"generatedAt\": \"2011-09-12T10:16:29.388Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9f56ee9-0b48-4002-955d-32252852938f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "role-catalog"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1acdcce9-546a-4cec-9e34-0a7c5fbd0ce7",
          "name": "Szczegóły roli z katalogu",
          "request": {
            "name": "Szczegóły roli z katalogu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "role-catalog",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Symbol roli"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "95590852-0da3-449d-be9e-65b09640166d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "role-catalog",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Symbol roli"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 9003,\n    \"symbol\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_assignable\": true,\n    \"is_system\": false,\n    \"category\": \"string\",\n    \"created_at\": \"2023-11-29T21:40:49.622Z\",\n    \"updated_at\": \"1956-01-26T20:42:23.786Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"13ad6672-7edf-1591-c77c-e75b2d54f5a7\",\n    \"generatedAt\": \"1956-11-06T04:35:54.759Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e914d8a9-6dc5-47b3-911f-329f70448631",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "role-catalog",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Symbol roli"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "298838a3-9ccb-4bac-b904-f2143fbb7db8",
          "name": "Moduły aplikacji",
          "request": {
            "name": "Moduły aplikacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "app-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "include_inactive",
                  "value": "<string>",
                  "description": "Pokaż nieaktywne"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d74ad60c-61f6-4250-b738-7d331c6f44ea",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "include_inactive",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 9209,\n      \"platform\": \"string\",\n      \"is_active\": false,\n      \"created_at\": \"1966-05-05T06:39:23.747Z\",\n      \"updated_at\": \"1953-09-07T06:07:18.841Z\"\n    },\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 6135,\n      \"platform\": \"string\",\n      \"is_active\": false,\n      \"created_at\": \"2015-10-29T11:41:01.633Z\",\n      \"updated_at\": \"1984-10-07T18:08:01.459Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"e59d2b62-4533-cbc8-6262-59e25aea92fb\",\n    \"generatedAt\": \"2020-03-13T01:04:54.709Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bcf6202-c7bb-4e8e-bdc0-67eb37f69190",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "include_inactive",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "09e2b6e2-eda2-44a3-8333-317abc6d2dac",
          "name": "Szczegóły modułu aplikacji",
          "request": {
            "name": "Szczegóły modułu aplikacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "people",
                "app-modules",
                ":moduleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "78f88b87-53cf-458d-8f6e-0d9fd99d2fdc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"module_id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"icon\": \"string\",\n    \"sort_order\": 7744,\n    \"platform\": \"string\",\n    \"is_active\": false,\n    \"created_at\": \"2012-12-06T16:38:24.917Z\",\n    \"updated_at\": \"2024-05-06T20:27:28.327Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"2c903efd-053c-47eb-e1d9-4d8848c4f855\",\n    \"generatedAt\": \"1954-03-14T03:43:47.591Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d55d197d-78e5-4509-8d5b-ac05976d1c3c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "people",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "267329bf-ee2c-46b7-b193-d0d2fc9e8ca7",
      "name": "RBAC",
      "description": {
        "content": "Dwuwarstwowy RBAC — role, subroles, permissions, moduły API i aplikacji, przypisania użytkowników",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "b0d53ea4-bb96-45df-9644-80e1203854bf",
          "name": "Lista ról",
          "request": {
            "name": "Lista ról",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d133ef46-2135-4ee2-ade2-8dd31e90cf5f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 633,\n      \"symbol\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_assignable\": true,\n      \"is_system\": true,\n      \"category\": \"string\",\n      \"created_at\": \"1948-05-30T21:13:55.702Z\",\n      \"updated_at\": \"1971-05-10T15:29:52.031Z\",\n      \"subroles\": [\n        {\n          \"symbol\": \"string\",\n          \"name\": \"string\",\n          \"is_admin\": true,\n          \"description\": \"string\"\n        },\n        {\n          \"symbol\": \"string\",\n          \"name\": \"string\",\n          \"is_admin\": false,\n          \"description\": \"string\"\n        }\n      ]\n    },\n    {\n      \"id\": 4276,\n      \"symbol\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_assignable\": true,\n      \"is_system\": true,\n      \"category\": \"string\",\n      \"created_at\": \"1997-02-10T09:05:17.135Z\",\n      \"updated_at\": \"2009-03-17T20:30:21.364Z\",\n      \"subroles\": [\n        {\n          \"symbol\": \"string\",\n          \"name\": \"string\",\n          \"is_admin\": true,\n          \"description\": \"string\"\n        },\n        {\n          \"symbol\": \"string\",\n          \"name\": \"string\",\n          \"is_admin\": true,\n          \"description\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"680f0737-9719-a860-7ebc-c95cc2d1b42c\",\n    \"generatedAt\": \"1970-10-08T04:45:45.764Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51814601-85b6-4ca1-9ffb-17b1a85ea93c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e62e4b3f-f24b-4e1c-8d14-f90818ee7c51",
          "name": "Utwórz rolę",
          "request": {
            "name": "Utwórz rolę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_assignable\": \"<boolean>\",\n  \"category\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a0b929cd-b3e7-4892-9223-44693f270134",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"symbol\": \"warehouse_manager\",\n  \"name\": \"Kierownik magazynu\",\n  \"description\": \"Zarządzanie operacjami magazynowymi\",\n  \"is_assignable\": true,\n  \"category\": \"operations\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 4610,\n    \"symbol\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_assignable\": false,\n    \"is_system\": false,\n    \"category\": \"string\",\n    \"created_at\": \"1984-12-27T11:27:50.046Z\",\n    \"updated_at\": \"2001-06-29T00:38:18.199Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f75970a-49a7-4638-92e0-6fda32626736",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"symbol\": \"warehouse_manager\",\n  \"name\": \"Kierownik magazynu\",\n  \"description\": \"Zarządzanie operacjami magazynowymi\",\n  \"is_assignable\": true,\n  \"category\": \"operations\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8976524a-2e7c-4d63-8538-7c04962b95be",
          "name": "Szczegóły roli",
          "request": {
            "name": "Szczegóły roli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "roles",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Symbol roli"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "758e1a5b-3f5e-4e8b-8d43-0cf7b2eb0a9b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Symbol roli"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 3969,\n    \"symbol\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_assignable\": true,\n    \"is_system\": true,\n    \"category\": \"string\",\n    \"created_at\": \"1981-01-15T14:44:23.660Z\",\n    \"updated_at\": \"1996-05-13T11:34:10.503Z\",\n    \"subroles\": [\n      {\n        \"symbol\": \"string\",\n        \"name\": \"string\",\n        \"is_admin\": true\n      },\n      {\n        \"symbol\": \"string\",\n        \"name\": \"string\",\n        \"is_admin\": true\n      }\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"ab03266f-7cbc-0e2b-10ed-252c5892aa5c\",\n    \"generatedAt\": \"2021-08-10T18:27:53.973Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adfdb9fb-fe7c-4ccc-93df-94f9bfc18bcf",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Symbol roli"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1bdcc744-69e1-45db-830e-364c808818bd",
          "name": "Aktualizuj rolę",
          "request": {
            "name": "Aktualizuj rolę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "roles",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_assignable\": \"<boolean>\",\n  \"category\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f3a77ed2-5944-431d-b274-d30c9c0eb44d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_assignable\": \"<boolean>\",\n  \"category\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": 6370,\n    \"symbol\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_assignable\": false,\n    \"category\": \"string\",\n    \"updated_at\": \"1964-04-28T20:11:28.679Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"861bfaac-88ed-4597-6846-9efe35f6677b\",\n    \"generatedAt\": \"2005-06-29T21:54:53.104Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3dae4687-dc69-4284-a314-56eb9e988da6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_assignable\": \"<boolean>\",\n  \"category\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "de2f9a21-a0fb-4bec-a2a2-eca944a08a3b",
          "name": "Usuń rolę",
          "request": {
            "name": "Usuń rolę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "roles",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a61fcdec-75e3-4b91-aa96-1fdc7add79e7",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1fbcf632-5b1f-429e-9628-9d2284c091ed",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0eca0ba0-3250-45b9-af4a-d5ce9cd3a2a7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "roles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d72e840d-f58b-4380-b40a-55cd58cd2800",
          "name": "Lista subról",
          "request": {
            "name": "Lista subról",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e1a0b039-8df4-49f6-9215-857d94936528",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"symbol\": \"string\",\n      \"parent_role\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_admin\": false,\n      \"is_assignable\": true,\n      \"is_system\": true,\n      \"created_at\": \"1958-02-13T21:30:05.069Z\",\n      \"updated_at\": \"2013-11-25T22:30:41.853Z\"\n    },\n    {\n      \"symbol\": \"string\",\n      \"parent_role\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_admin\": true,\n      \"is_assignable\": true,\n      \"is_system\": true,\n      \"created_at\": \"1952-01-19T18:21:54.009Z\",\n      \"updated_at\": \"1992-10-21T00:31:02.284Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"fabd2d5e-d9b7-21cf-b043-30ec04df2940\",\n    \"generatedAt\": \"2015-04-12T17:36:42.355Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b742ac2-146c-4924-a284-b65fb756eb17",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c446bbd4-e9f9-45c6-bbc7-169cfe9e6ba5",
          "name": "Utwórz subrolę",
          "request": {
            "name": "Utwórz subrolę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"symbol\": \"<string>\",\n  \"parent_role\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_admin\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d8822bbb-4fa2-457d-b99e-fa2c303075d4",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"symbol\": \"partner_viewer\",\n  \"parent_role\": \"partner\",\n  \"name\": \"Partner - tylko odczyt\",\n  \"description\": \"<string>\",\n  \"is_admin\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"symbol\": \"string\",\n    \"parent_role\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_admin\": false,\n    \"is_assignable\": false,\n    \"is_system\": false,\n    \"created_at\": \"1967-05-04T23:36:47.731Z\",\n    \"updated_at\": \"2018-09-23T05:01:41.849Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ce9d1dc-7584-4905-b286-e60004e78a7d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"symbol\": \"partner_viewer\",\n  \"parent_role\": \"partner\",\n  \"name\": \"Partner - tylko odczyt\",\n  \"description\": \"<string>\",\n  \"is_admin\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "212d8143-845a-47e8-9d0e-87ebd433c144",
          "name": "Szczegóły subroli",
          "request": {
            "name": "Szczegóły subroli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "167673bf-a809-4205-8aec-4091adcf3d59",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"symbol\": \"string\",\n    \"parent_role\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_admin\": false,\n    \"is_assignable\": true,\n    \"is_system\": false,\n    \"created_at\": \"1952-09-23T10:37:50.657Z\",\n    \"updated_at\": \"1947-10-27T13:15:44.119Z\",\n    \"permissions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"app_modules\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"11e97e12-2921-bac6-1782-dc761909e6a8\",\n    \"generatedAt\": \"1973-01-12T05:10:13.845Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "761552a8-f7ae-4f80-baf8-eaeb6db9d006",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b623c9b5-7b8d-44fa-a3ba-0dd6468ae924",
          "name": "Aktualizuj subrolę",
          "request": {
            "name": "Aktualizuj subrolę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_admin\": \"<boolean>\",\n  \"is_assignable\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7a1a37c6-3066-4241-892b-1f5c2cca4a4d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_admin\": \"<boolean>\",\n  \"is_assignable\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"symbol\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_admin\": true,\n    \"is_assignable\": false,\n    \"updated_at\": \"2009-08-05T19:57:37.893Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"93c0e7e4-6178-474a-4ca7-9466764d8da6\",\n    \"generatedAt\": \"1987-05-18T17:42:39.607Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eca51a53-6ee3-4458-b095-85b64893ba73",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_admin\": \"<boolean>\",\n  \"is_assignable\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "feea6931-e3ba-40f3-89c8-3bee6f7887c8",
          "name": "Usuń subrolę",
          "request": {
            "name": "Usuń subrolę",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7778eeea-b51a-406d-aeaf-89a2827e98d0",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "adc9a3ef-b50a-41fc-ba4b-c742b964e750",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78792956-573b-47c8-bacb-36461b8d5ba1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "afebb62c-b4d6-4a87-ab65-2b72bbed1cce",
          "name": "Uprawnienia subroli",
          "request": {
            "name": "Uprawnienia subroli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e751f15b-4f07-4394-8f07-99a9e6a0c4a6",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"permission\": \"string\"\n    },\n    {\n      \"permission\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"10248619-5f5f-1ecf-4f43-8d94378be074\",\n    \"generatedAt\": \"1993-07-25T20:50:05.019Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69556672-c05d-487c-9dae-0fee116f6ae2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d70b747b-4f70-419f-8460-ecf7cdd5a73c",
          "name": "Ustaw uprawnienia subroli",
          "request": {
            "name": "Ustaw uprawnienia subroli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "906dd57c-61fb-4b80-9423-75fa342b489b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permissions\": [\n    \"orders.read\",\n    \"quality.read\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"symbol\": \"string\",\n    \"permissions\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"a482de94-a702-7caf-94c1-48dad3fb2906\",\n    \"generatedAt\": \"1989-10-16T14:29:54.160Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d48269c-d0b9-458f-945b-3ba16bc345b7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permissions\": [\n    \"orders.read\",\n    \"quality.read\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49f8faa0-2a92-4d41-88a4-41e5be0ce817",
          "name": "Moduły subroli",
          "request": {
            "name": "Moduły subroli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol",
                "app-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7d2206bc-7f6d-44d3-9f75-a0f223a64b5e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\"\n    },\n    {\n      \"module_id\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b6081482-374c-1fee-4883-6e0991c3ed1f\",\n    \"generatedAt\": \"1954-03-16T03:08:14.103Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64ce4741-ae49-4f8d-a888-6179e9d97813",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e5d69f14-28c9-446d-bf37-f3a839d27b67",
          "name": "Ustaw moduły subroli",
          "request": {
            "name": "Ustaw moduły subroli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol",
                "app-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"modules\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ba21db3c-6988-4604-b22b-1689dbbe8222",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"modules\": [\n    \"mod-orders\",\n    \"mod-invoices\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"symbol\": \"string\",\n    \"modules\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"54605f95-a9b2-220e-314f-8718a2e89b6b\",\n    \"generatedAt\": \"1964-01-26T22:38:33.227Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac06c141-c8fd-4432-bddb-c6cac99b6674",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"modules\": [\n    \"mod-orders\",\n    \"mod-invoices\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a4765c20-3576-48fe-a4d6-b580fac8ab8b",
          "name": "Dodaj moduł do subroli",
          "request": {
            "name": "Dodaj moduł do subroli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol",
                "app-modules",
                ":moduleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "56e5d7a3-16f7-40e3-bace-bea184cb2892",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"subrole_symbol\": \"string\",\n    \"module_id\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"246bda70-0b4f-13f3-3ebf-fc4afb20386f\",\n    \"generatedAt\": \"1947-03-14T03:28:59.254Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a126c2c2-7e37-442e-a912-e8b461800f1f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9123c8dc-489e-4675-acc0-3720ee40e9c7",
          "name": "Usuń moduł z subroli",
          "request": {
            "name": "Usuń moduł z subroli",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "subroles",
                ":symbol",
                "app-modules",
                ":moduleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "61eb81d7-e926-4f06-8f1a-f9c217b86e11",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "71933293-dd99-456a-b731-9b10ccc8b412",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfca422e-889a-4ed9-82a9-58e841ff7b90",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "subroles",
                    ":symbol",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ab092ad5-7f87-48cd-8b15-eaa777fec448",
          "name": "Katalog uprawnień",
          "request": {
            "name": "Katalog uprawnień",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a113068a-be3c-4ac5-9c4e-cc5c108ed637",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"permission\": \"string\",\n      \"name\": \"string\",\n      \"module\": \"string\",\n      \"operation\": \"string\",\n      \"description\": \"string\",\n      \"is_system\": true,\n      \"created_at\": \"2019-06-07T07:40:26.135Z\",\n      \"updated_at\": \"1946-11-21T02:47:22.052Z\"\n    },\n    {\n      \"permission\": \"string\",\n      \"name\": \"string\",\n      \"module\": \"string\",\n      \"operation\": \"string\",\n      \"description\": \"string\",\n      \"is_system\": true,\n      \"created_at\": \"1988-05-03T09:00:12.051Z\",\n      \"updated_at\": \"1949-08-13T02:53:55.561Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"8991b6b0-2e34-7028-f275-8972898dc4dc\",\n    \"generatedAt\": \"2023-01-07T04:54:02.697Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b5ba712-1788-4e38-a067-34cba25d8a92",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2dce7fa5-ef6a-4936-a33a-309d0136cd34",
          "name": "Utwórz uprawnienie",
          "request": {
            "name": "Utwórz uprawnienie",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"permission\": \"<string>\",\n  \"name\": \"<string>\",\n  \"module\": \"<string>\",\n  \"operation\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "09b8a68a-3c55-4131-a10d-00e14e43a3ef",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permission\": \"reports.export\",\n  \"name\": \"Eksport raportów\",\n  \"module\": \"reports\",\n  \"operation\": \"export\",\n  \"description\": \"Uprawnienie do eksportu raportów\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"permission\": \"string\",\n    \"name\": \"string\",\n    \"module\": \"string\",\n    \"operation\": \"string\",\n    \"description\": \"string\",\n    \"is_system\": false,\n    \"created_at\": \"1981-09-14T21:27:15.252Z\",\n    \"updated_at\": \"2007-01-14T04:47:18.695Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f633773a-a06a-4631-b075-4153f35bf70a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permission\": \"reports.export\",\n  \"name\": \"Eksport raportów\",\n  \"module\": \"reports\",\n  \"operation\": \"export\",\n  \"description\": \"Uprawnienie do eksportu raportów\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "838de619-8394-42cc-a875-92d22feb343a",
          "name": "Aktualizuj uprawnienie",
          "request": {
            "name": "Aktualizuj uprawnienie",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "permissions",
                ":permission"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "permission",
                  "description": "(Required) Symbol uprawnienia"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "83f1c2cf-c7fd-484f-895c-4eae27a9ac8e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions",
                    ":permission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "permission",
                      "description": "(Required) Symbol uprawnienia"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"permission\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"updated_at\": \"2013-01-15T18:52:59.731Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"539a9ebb-3caf-0f37-7481-fe450812245e\",\n    \"generatedAt\": \"1991-05-17T08:30:43.031Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71ac7cd7-9fc3-44e8-863e-2f712d8853af",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions",
                    ":permission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "permission",
                      "description": "(Required) Symbol uprawnienia"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2b57406c-7314-498d-ab76-6099e2302d1e",
          "name": "Usuń uprawnienie",
          "request": {
            "name": "Usuń uprawnienie",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "permissions",
                ":permission"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "permission",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d260590f-e62c-4d4e-a261-cc1f1b93d882",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions",
                    ":permission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "permission",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bdc0c0d7-8032-4c4d-9a30-ccc64f10c2b0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions",
                    ":permission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "permission",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0772e3a2-5427-48d4-b294-031d79d33c7a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "permissions",
                    ":permission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "permission",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b31e00d9-79ac-48e4-acd8-85fd624dd24a",
          "name": "Moduły API",
          "request": {
            "name": "Moduły API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ceb132d4-fb25-4ce7-a70e-0fe73c1802e4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_active\": false,\n      \"created_at\": \"2000-10-05T08:06:16.831Z\",\n      \"updated_at\": \"1954-01-17T16:10:26.652Z\",\n      \"endpoints\": [\n        {\n          \"method\": \"string\",\n          \"path\": \"string\",\n          \"permission\": \"string\",\n          \"description\": \"string\"\n        },\n        {\n          \"method\": \"string\",\n          \"path\": \"string\",\n          \"permission\": \"string\",\n          \"description\": \"string\"\n        }\n      ]\n    },\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"is_active\": false,\n      \"created_at\": \"1972-09-23T07:58:46.380Z\",\n      \"updated_at\": \"1959-03-30T09:59:20.633Z\",\n      \"endpoints\": [\n        {\n          \"method\": \"string\",\n          \"path\": \"string\",\n          \"permission\": \"string\",\n          \"description\": \"string\"\n        },\n        {\n          \"method\": \"string\",\n          \"path\": \"string\",\n          \"permission\": \"string\",\n          \"description\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"10c58d59-25f4-d0a9-0196-e9f32baad5d3\",\n    \"generatedAt\": \"1961-02-01T19:50:10.075Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b5cdcba-611d-472e-a7ff-f5512dc77660",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "48399159-1454-42f5-bca7-1eb2d332ef09",
          "name": "Utwórz moduł API",
          "request": {
            "name": "Utwórz moduł API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"module_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a37e5759-f742-4a70-97aa-58bf3b2fc695",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module_id\": \"mod-warehouse\",\n  \"name\": \"Moduł magazynowy\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"module_id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_active\": true,\n    \"created_at\": \"1973-06-12T12:26:26.073Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7696a41b-44e7-4522-bf39-da101e5ad28b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module_id\": \"mod-warehouse\",\n  \"name\": \"Moduł magazynowy\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f93cd9b-a311-4692-997b-2d6393b479d5",
          "name": "Aktualizuj moduł API",
          "request": {
            "name": "Aktualizuj moduł API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-modules",
                ":moduleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_active\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a56cb9d3-d7f4-4ca0-984f-f2ebea0a28cc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_active\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"module_id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"is_active\": false,\n    \"updated_at\": \"2002-12-12T18:12:29.711Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"3845fa25-6579-01f0-2f12-d89d93a5d3de\",\n    \"generatedAt\": \"2021-04-11T12:52:56.121Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35c03818-e6cf-4cac-9192-ccbad3b60cfc",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"is_active\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dc9ee97b-813c-42a6-b7fc-29611a9ba8e9",
          "name": "Usuń moduł API",
          "request": {
            "name": "Usuń moduł API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-modules",
                ":moduleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3d98230a-b905-48c8-a5e6-2b1920da1d48",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "615b2c4e-e120-4a5c-9ac9-17bd54da7ff8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "751b1449-2e08-48f7-97db-5a84d6ae42b3",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31579a42-4864-4724-b4e1-5b97c124277e",
          "name": "Widoczność modułów API (dla zalogowanego)",
          "request": {
            "name": "Widoczność modułów API (dla zalogowanego)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-modules",
                "visibility"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0d9ba7bf-5f85-45d8-b148-3d5fc122fcc5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules",
                    "visibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"is_visible\": true\n    },\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"is_visible\": true\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"c5fba3f2-6f87-da82-499f-3c3aa0a6484c\",\n    \"generatedAt\": \"1981-10-26T06:30:06.012Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3829ead-848f-44d3-bbbe-19de53c72376",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-modules",
                    "visibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4214f0a7-0b37-41a3-b639-91e0e06ae6f2",
          "name": "Lista endpointów API",
          "request": {
            "name": "Lista endpointów API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-endpoints"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "module_id",
                  "value": "<string>",
                  "description": "Filtr po module"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7144274e-945f-45f1-875a-1d0047e29bd5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "module_id",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"endpoint_id\": 7459,\n      \"module_id\": \"string\",\n      \"method\": \"string\",\n      \"path\": \"string\",\n      \"permission\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"endpoint_id\": 3538,\n      \"module_id\": \"string\",\n      \"method\": \"string\",\n      \"path\": \"string\",\n      \"permission\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"58b33494-5520-5d26-10d4-7a0b1780fa3b\",\n    \"generatedAt\": \"2025-05-05T19:06:50.045Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06780377-42cb-45bd-908b-5e1f303e93c2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "module_id",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cb1f5749-5d11-450f-aebc-fc2b15e0f1db",
          "name": "Zarejestruj endpoint API",
          "request": {
            "name": "Zarejestruj endpoint API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-endpoints"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"module_id\": \"<string>\",\n  \"method\": \"<string>\",\n  \"path\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1b46af1f-05b0-46f5-8502-c57da76d4679",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module_id\": \"<string>\",\n  \"method\": \"GET\",\n  \"path\": \"/v1/orders\",\n  \"permission\": \"orders.read\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"endpoint_id\": 7931,\n    \"module_id\": \"string\",\n    \"method\": \"string\",\n    \"path\": \"string\",\n    \"permission\": \"string\",\n    \"description\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc2cf6b9-64ba-4f2f-908c-eb81018e9261",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module_id\": \"<string>\",\n  \"method\": \"GET\",\n  \"path\": \"/v1/orders\",\n  \"permission\": \"orders.read\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26ff94f9-7abe-494c-bc9e-05f06ca96cde",
          "name": "Aktualizuj endpoint API",
          "request": {
            "name": "Aktualizuj endpoint API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-endpoints",
                ":endpointId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "endpointId",
                  "description": "(Required) ID endpointu (Number)"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"module_id\": \"<string>\",\n  \"method\": \"<string>\",\n  \"path\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4cbfe03e-0a7e-40b2-80ab-49723586b769",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints",
                    ":endpointId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "endpointId",
                      "description": "(Required) ID endpointu (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module_id\": \"<string>\",\n  \"method\": \"<string>\",\n  \"path\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"endpoint_id\": 336,\n    \"module_id\": \"string\",\n    \"method\": \"string\",\n    \"path\": \"string\",\n    \"permission\": \"string\",\n    \"description\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"a71997de-d925-78ec-bae6-68e2427eca35\",\n    \"generatedAt\": \"2018-06-15T08:13:57.270Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16a3cb61-7420-4b20-a655-570fb08e48d8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints",
                    ":endpointId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "endpointId",
                      "description": "(Required) ID endpointu (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module_id\": \"<string>\",\n  \"method\": \"<string>\",\n  \"path\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26d207c0-77ea-43b1-91ff-0c03ea880294",
          "name": "Usuń endpoint API",
          "request": {
            "name": "Usuń endpoint API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-endpoints",
                ":endpointId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "endpointId",
                  "description": "(Required) ID endpointu (Number)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "11724a9d-f330-4f26-94ca-6e4a3c359ac2",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints",
                    ":endpointId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "endpointId",
                      "description": "(Required) ID endpointu (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bfe6bc88-eb7f-4805-84a9-f0fadce7c735",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints",
                    ":endpointId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "endpointId",
                      "description": "(Required) ID endpointu (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "688ea1bb-f294-4c69-acc3-913b5b691b24",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-endpoints",
                    ":endpointId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "endpointId",
                      "description": "(Required) ID endpointu (Number)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "142c04f6-734c-4d2b-adc3-04cc366ed426",
          "name": "Moduły aplikacji (RBAC)",
          "request": {
            "name": "Moduły aplikacji (RBAC)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "app-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "include_inactive",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c8ccb576-949c-443d-a96f-e407f2d8d7ee",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "include_inactive",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 9209,\n      \"platform\": \"string\",\n      \"is_active\": false,\n      \"created_at\": \"1966-05-05T06:39:23.747Z\",\n      \"updated_at\": \"1953-09-07T06:07:18.841Z\"\n    },\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 6135,\n      \"platform\": \"string\",\n      \"is_active\": false,\n      \"created_at\": \"2015-10-29T11:41:01.633Z\",\n      \"updated_at\": \"1984-10-07T18:08:01.459Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"e59d2b62-4533-cbc8-6262-59e25aea92fb\",\n    \"generatedAt\": \"2020-03-13T01:04:54.709Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5b2e497-0fd7-47ec-b4f2-dd7604e632b4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "include_inactive",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f0d4c104-80b3-4fb1-84dc-a0e456a3e833",
          "name": "Utwórz moduł aplikacji",
          "request": {
            "name": "Utwórz moduł aplikacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "app-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"module_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"sort_order\": \"<number>\",\n  \"platform\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1f00f224-179f-4c17-b41d-c73b770abb67",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module_id\": \"mod-reports\",\n  \"name\": \"Raporty\",\n  \"description\": \"<string>\",\n  \"icon\": \"chart-bar\",\n  \"sort_order\": 10,\n  \"platform\": \"web\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"module_id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"icon\": \"string\",\n    \"sort_order\": 4000,\n    \"platform\": \"string\",\n    \"is_active\": false,\n    \"created_at\": \"1996-07-15T13:01:15.324Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18f1c349-fcb0-4ace-9dc4-f0b1ff83ce07",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module_id\": \"mod-reports\",\n  \"name\": \"Raporty\",\n  \"description\": \"<string>\",\n  \"icon\": \"chart-bar\",\n  \"sort_order\": 10,\n  \"platform\": \"web\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5f381d84-cca9-48a2-bb68-fecfe884ef3c",
          "name": "Szczegóły modułu aplikacji",
          "request": {
            "name": "Szczegóły modułu aplikacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "app-modules",
                ":moduleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "680e6c69-0bbd-4051-a93e-633f3145502d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"module_id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"icon\": \"string\",\n    \"sort_order\": 9377,\n    \"platform\": \"string\",\n    \"is_active\": false,\n    \"created_at\": \"1948-09-23T19:11:21.205Z\",\n    \"updated_at\": \"1969-08-19T05:08:24.227Z\",\n    \"subroles\": [\n      {\n        \"subrole_symbol\": \"string\",\n        \"subrole_name\": \"string\",\n        \"parent_role\": \"string\"\n      },\n      {\n        \"subrole_symbol\": \"string\",\n        \"subrole_name\": \"string\",\n        \"parent_role\": \"string\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4e677eb2-fc13-e820-49b9-8ce90701fd88\",\n    \"generatedAt\": \"1993-08-03T02:58:18.090Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10be705b-66d7-4a41-943a-52cdb6df7ae2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a7d8134c-11ef-4f8c-9fe7-e45feb6c810b",
          "name": "Aktualizuj moduł aplikacji",
          "request": {
            "name": "Aktualizuj moduł aplikacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "app-modules",
                ":moduleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"sort_order\": \"<number>\",\n  \"platform\": \"<string>\",\n  \"is_active\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d981b86d-7a9c-40f6-a60f-83a2d6551677",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"sort_order\": \"<number>\",\n  \"platform\": \"<string>\",\n  \"is_active\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"module_id\": \"string\",\n    \"name\": \"string\",\n    \"is_active\": true,\n    \"updated_at\": \"1977-03-22T13:03:27.719Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"57e1e9c2-1995-10b8-f918-18763e817fd9\",\n    \"generatedAt\": \"1956-01-25T11:03:20.207Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d74d1cdf-c4b5-4929-8965-20564082cb4d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"sort_order\": \"<number>\",\n  \"platform\": \"<string>\",\n  \"is_active\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e240216a-aa7b-4dd2-9a8b-1d64d1b32e0e",
          "name": "Usuń moduł aplikacji",
          "request": {
            "name": "Usuń moduł aplikacji",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "app-modules",
                ":moduleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6cea6fbe-8b1d-4a81-84d3-5e5078e6ecef",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "315bbd7b-b1d9-4e65-83dd-a0a4576e594b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0dcfe1d-67e4-4acc-aae9-cbc500a42b7e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aedfbba0-361b-4a69-bfec-496a9ce345f4",
          "name": "Subrole modułu",
          "request": {
            "name": "Subrole modułu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "app-modules",
                ":moduleId",
                "subroles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "moduleId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ffb28366-c06c-4cf3-bbc5-c099988122e6",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"subrole_symbol\": \"string\",\n      \"subrole_name\": \"string\",\n      \"parent_role\": \"string\",\n      \"is_admin\": false\n    },\n    {\n      \"subrole_symbol\": \"string\",\n      \"subrole_name\": \"string\",\n      \"parent_role\": \"string\",\n      \"is_admin\": true\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"78f91cf9-e7b5-7a43-4f54-eabd84cdc8c8\",\n    \"generatedAt\": \"1970-03-03T19:40:33.572Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b9279d0-db75-47c3-809e-17dc9f35316d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    ":moduleId",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "moduleId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "387dc3d7-e988-4c8d-9e96-684552207410",
          "name": "Moje moduły (zalogowany)",
          "request": {
            "name": "Moje moduły (zalogowany)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "app-modules",
                "my"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ccaf7f00-da60-4591-ae22-5783ba34cef0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    "my"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 4068\n    },\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 7846\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d5f6555e-c21b-3dfd-2fce-249c89ec1f76\",\n    \"generatedAt\": \"1960-06-16T08:44:35.983Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3bbae50-5fc0-4a1d-bbfd-b13ab39e078f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    "my"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "145c7313-df64-489f-a6ed-2d3cdb461b8f",
          "name": "Moduły użytkownika",
          "request": {
            "name": "Moduły użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "app-modules",
                "user",
                ":userId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3abfe939-5dde-46e3-8e84-3566593f092b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    "user",
                    ":userId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 4068\n    },\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 7846\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d5f6555e-c21b-3dfd-2fce-249c89ec1f76\",\n    \"generatedAt\": \"1960-06-16T08:44:35.983Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8dbce9b-54c4-4732-a427-398ea94b9ebd",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "app-modules",
                    "user",
                    ":userId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e7bab77d-b324-4213-8844-fb74a8c9f98e",
          "name": "Role użytkownika",
          "request": {
            "name": "Role użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d724d342-2000-4b2c-9c1e-5889a58de7ab",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"role_symbol\": \"string\",\n      \"role_name\": \"string\",\n      \"subroles\": [\n        {\n          \"symbol\": \"string\",\n          \"name\": \"string\",\n          \"is_admin\": false,\n          \"is_active\": true,\n          \"granted_at\": \"1995-03-11T05:59:02.882Z\"\n        },\n        {\n          \"symbol\": \"string\",\n          \"name\": \"string\",\n          \"is_admin\": false,\n          \"is_active\": true,\n          \"granted_at\": \"1978-06-18T00:52:32.224Z\"\n        }\n      ]\n    },\n    {\n      \"role_symbol\": \"string\",\n      \"role_name\": \"string\",\n      \"subroles\": [\n        {\n          \"symbol\": \"string\",\n          \"name\": \"string\",\n          \"is_admin\": false,\n          \"is_active\": false,\n          \"granted_at\": \"2008-06-18T18:09:22.357Z\"\n        },\n        {\n          \"symbol\": \"string\",\n          \"name\": \"string\",\n          \"is_admin\": false,\n          \"is_active\": false,\n          \"granted_at\": \"1985-04-08T10:01:02.907Z\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"961d5cff-b3ac-8339-1d46-599cd5a30226\",\n    \"generatedAt\": \"1948-09-17T02:38:53.624Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c71d8d5-3161-483b-a1ea-f8ecabdcb5bc",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5afcd81d-cd96-4621-8bba-5538f415d14a",
          "name": "Subrole użytkownika",
          "request": {
            "name": "Subrole użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "subroles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "abd1b180-dafd-4821-b1df-ae287192c673",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"person_id\": \"string\",\n      \"subrole_symbol\": \"string\",\n      \"is_active\": true,\n      \"granted_at\": \"1963-02-02T23:23:17.920Z\",\n      \"revoked_at\": \"1991-01-10T18:26:10.887Z\",\n      \"subrole_name\": \"string\",\n      \"parent_role\": \"string\",\n      \"is_admin\": true,\n      \"subrole_description\": \"string\"\n    },\n    {\n      \"person_id\": \"string\",\n      \"subrole_symbol\": \"string\",\n      \"is_active\": true,\n      \"granted_at\": \"1997-08-23T18:27:17.016Z\",\n      \"revoked_at\": \"2019-06-07T22:05:39.681Z\",\n      \"subrole_name\": \"string\",\n      \"parent_role\": \"string\",\n      \"is_admin\": false,\n      \"subrole_description\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"b06cc7cb-bf95-28bb-8a48-96446bead23d\",\n    \"generatedAt\": \"1988-01-23T03:14:16.480Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca7ed36f-f4c6-40ce-8bdb-8142e8294998",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "889d069c-b697-46f4-bf10-923f7bab60f8",
          "name": "Ustaw subrole użytkownika",
          "request": {
            "name": "Ustaw subrole użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "subroles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"subroles\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "856458ea-3849-4cf4-ad4e-d7ddcc9c8354",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subroles\": [\n    \"partner_viewer\",\n    \"partner_editor\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"userId\": \"string\",\n    \"subroles\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"71820b9b-39f3-2254-c851-fbb49bfe149f\",\n    \"generatedAt\": \"2016-08-12T10:24:16.340Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa680013-1c29-4c23-9f34-86782309e573",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subroles\": [\n    \"partner_viewer\",\n    \"partner_editor\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7daba922-408d-4ddf-bf88-3ae3296d587a",
          "name": "Dodaj subrolę użytkownikowi",
          "request": {
            "name": "Dodaj subrolę użytkownikowi",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "subroles",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "24c81d7c-57cb-4549-8d89-8952555e31b1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"userId\": \"string\",\n    \"symbol\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"7408f35c-3eb1-8dc9-fd22-4c81e825fc6e\",\n    \"generatedAt\": \"1982-02-07T13:00:30.225Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba88df8c-ec43-44fd-b2b3-650c8510dcbc",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f8a85ca3-97cd-4ec2-83a7-c7a47dd22a3e",
          "name": "Usuń subrolę użytkownika",
          "request": {
            "name": "Usuń subrolę użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "subroles",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6fab14d6-5c29-4636-b98c-9a1d1d19aa78",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d9645832-f7de-44e5-b762-cec945a9b604",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ab9aa44-4988-4da8-adba-fd4f1ddc307e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "subroles",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e1267cee-afcf-46ac-b88f-c85e05a1d18d",
          "name": "Uprawnienia użytkownika",
          "request": {
            "name": "Uprawnienia użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c3a37424-233d-4863-95d8-396628e67193",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"permission\": \"string\",\n      \"source\": \"string\",\n      \"subrole_symbol\": \"string\"\n    },\n    {\n      \"permission\": \"string\",\n      \"source\": \"string\",\n      \"subrole_symbol\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d2f6de88-b5d9-f210-8413-68c41ed7e09e\",\n    \"generatedAt\": \"1985-10-24T06:49:17.880Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27cf756c-8b6f-46c5-be69-1006fe865222",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "45df5865-adc2-4ba5-b7f1-ab7ae520f907",
          "name": "Moduły aplikacji użytkownika",
          "request": {
            "name": "Moduły aplikacji użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "app-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2911136a-992c-4e72-bfad-ce6b39aebb0c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 4068\n    },\n    {\n      \"module_id\": \"string\",\n      \"name\": \"string\",\n      \"icon\": \"string\",\n      \"sort_order\": 7846\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d5f6555e-c21b-3dfd-2fce-249c89ec1f76\",\n    \"generatedAt\": \"1960-06-16T08:44:35.983Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b76ae83-3c26-4a19-8d0f-6e4f42c12eeb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "app-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "32fded40-eb52-4cc8-a820-1164a81d11f4",
          "name": "Override uprawnień użytkownika",
          "request": {
            "name": "Override uprawnień użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "permission-overrides"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9a0f6878-fe30-4b9c-95a8-abbc5916b855",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "permission-overrides"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"person_id\": \"string\",\n      \"permission\": \"string\",\n      \"is_grant\": true,\n      \"expires_at\": \"1984-10-05T15:13:22.599Z\",\n      \"created_at\": \"1993-08-12T11:02:34.789Z\",\n      \"permission_name\": \"string\",\n      \"module\": \"string\",\n      \"operation\": \"string\"\n    },\n    {\n      \"person_id\": \"string\",\n      \"permission\": \"string\",\n      \"is_grant\": false,\n      \"expires_at\": \"1955-03-30T17:51:52.849Z\",\n      \"created_at\": \"2014-06-11T05:02:29.672Z\",\n      \"permission_name\": \"string\",\n      \"module\": \"string\",\n      \"operation\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"f8bc5f2d-4359-2d39-51e6-5755d9bf83c4\",\n    \"generatedAt\": \"1989-01-10T09:38:19.642Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e615cf0-3046-43da-acef-c78f611509c8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "permission-overrides"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58880ae7-0e7a-41a3-a94e-d89038d5ae64",
          "name": "Ustaw override uprawnień",
          "request": {
            "name": "Ustaw override uprawnień",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "permission-overrides"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"overrides\": [\n    {\n      \"permission\": \"<string>\",\n      \"is_grant\": \"<boolean>\",\n      \"expires_at\": \"<dateTime>\"\n    },\n    {\n      \"permission\": \"<string>\",\n      \"is_grant\": \"<boolean>\",\n      \"expires_at\": \"<dateTime>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1f762970-c74e-403e-9126-354ace62c7a2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "permission-overrides"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"overrides\": [\n    {\n      \"permission\": \"reports.export\",\n      \"is_grant\": \"<boolean>\",\n      \"expires_at\": \"<dateTime>\"\n    },\n    {\n      \"permission\": \"reports.export\",\n      \"is_grant\": \"<boolean>\",\n      \"expires_at\": \"<dateTime>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"userId\": \"string\",\n    \"overrides\": [\n      {\n        \"permission\": \"string\",\n        \"is_grant\": true,\n        \"expires_at\": \"string\"\n      },\n      {\n        \"permission\": \"string\",\n        \"is_grant\": true,\n        \"expires_at\": \"string\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"d5f9f2e3-f361-750c-be1f-1196805eaa1c\",\n    \"generatedAt\": \"2009-05-18T19:37:04.901Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4998c905-3f60-4bd9-877a-c1888f033f3c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "permission-overrides"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"overrides\": [\n    {\n      \"permission\": \"reports.export\",\n      \"is_grant\": \"<boolean>\",\n      \"expires_at\": \"<dateTime>\"\n    },\n    {\n      \"permission\": \"reports.export\",\n      \"is_grant\": \"<boolean>\",\n      \"expires_at\": \"<dateTime>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8c805dc-b693-41b3-8d57-1ca90e638a65",
          "name": "Profil dostępu użytkownika",
          "request": {
            "name": "Profil dostępu użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "access-profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e5ef0275-d09f-4b7b-9851-bcd17c99e1be",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "access-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {},\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"5b880551-7f91-90d4-7bf2-960770c0992c\",\n    \"generatedAt\": \"1995-07-19T19:24:45.635Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97184b20-f91f-4003-9b8a-9b32b79fb401",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "access-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6a846a56-166b-4589-be93-ad99774810df",
      "name": "Audit",
      "description": {
        "content": "Logi audytu i API, aktywność użytkowników, statystyki wydajności",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "2e5ca89a-81b3-4179-a539-f0aef8bf7561",
          "name": "Log audytu bezpieczeństwa",
          "request": {
            "name": "Log audytu bezpieczeństwa",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "audit-log"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "50",
                  "description": "Max 200"
                },
                {
                  "disabled": false,
                  "key": "person_id",
                  "value": "<string>",
                  "description": "Filtr po osobie"
                },
                {
                  "disabled": false,
                  "key": "event_type",
                  "value": "<string>",
                  "description": "Typ zdarzenia"
                },
                {
                  "disabled": false,
                  "key": "path",
                  "value": "<string>",
                  "description": "Ścieżka URL"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "<integer>",
                  "description": "Kod HTTP"
                },
                {
                  "disabled": false,
                  "key": "api_module",
                  "value": "<string>",
                  "description": "Moduł API"
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "<date>",
                  "description": "Data od (ISO)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "<date>",
                  "description": "Data do (ISO)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7c57b992-df70-467d-8248-c41acb0a4f3f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "audit-log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "50"
                    },
                    {
                      "key": "person_id",
                      "value": "<string>"
                    },
                    {
                      "key": "event_type",
                      "value": "<string>"
                    },
                    {
                      "key": "path",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<integer>"
                    },
                    {
                      "key": "api_module",
                      "value": "<string>"
                    },
                    {
                      "key": "from",
                      "value": "<date>"
                    },
                    {
                      "key": "to",
                      "value": "<date>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 2596,\n      \"person_id\": \"string\",\n      \"event_type\": \"string\",\n      \"ip_address\": \"string\",\n      \"user_agent\": \"string\",\n      \"details\": {},\n      \"created_at\": \"1978-01-17T05:11:05.138Z\"\n    },\n    {\n      \"id\": 7632,\n      \"person_id\": \"string\",\n      \"event_type\": \"string\",\n      \"ip_address\": \"string\",\n      \"user_agent\": \"string\",\n      \"details\": {},\n      \"created_at\": \"2002-09-17T04:54:44.631Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"9a97fe9e-3250-ffcd-a920-e73d5e173b2d\",\n    \"generatedAt\": \"1977-09-19T11:32:58.182Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d894ceb-0526-49e0-9dd7-e23d12285acc",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "audit-log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "50"
                    },
                    {
                      "key": "person_id",
                      "value": "<string>"
                    },
                    {
                      "key": "event_type",
                      "value": "<string>"
                    },
                    {
                      "key": "path",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<integer>"
                    },
                    {
                      "key": "api_module",
                      "value": "<string>"
                    },
                    {
                      "key": "from",
                      "value": "<date>"
                    },
                    {
                      "key": "to",
                      "value": "<date>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8025b3b-e8df-4eff-b649-03cb08aeb1d9",
          "name": "Log wywołań API",
          "request": {
            "name": "Log wywołań API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "api-log"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "50",
                  "description": "Max 200"
                },
                {
                  "disabled": false,
                  "key": "person_id",
                  "value": "<string>",
                  "description": "Filtr po osobie"
                },
                {
                  "disabled": false,
                  "key": "event_type",
                  "value": "<string>",
                  "description": "Typ zdarzenia"
                },
                {
                  "disabled": false,
                  "key": "path",
                  "value": "<string>",
                  "description": "Ścieżka URL"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "<integer>",
                  "description": "Kod HTTP"
                },
                {
                  "disabled": false,
                  "key": "api_module",
                  "value": "<string>",
                  "description": "Moduł API"
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "<date>",
                  "description": "Data od (ISO)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "<date>",
                  "description": "Data do (ISO)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bbd23234-b6ce-4275-a599-c524bd5d2a53",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "50"
                    },
                    {
                      "key": "person_id",
                      "value": "<string>"
                    },
                    {
                      "key": "event_type",
                      "value": "<string>"
                    },
                    {
                      "key": "path",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<integer>"
                    },
                    {
                      "key": "api_module",
                      "value": "<string>"
                    },
                    {
                      "key": "from",
                      "value": "<date>"
                    },
                    {
                      "key": "to",
                      "value": "<date>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": 7690,\n      \"person_id\": \"string\",\n      \"method\": \"string\",\n      \"path\": \"string\",\n      \"status\": 4392,\n      \"api_module\": \"string\",\n      \"duration_ms\": 6481,\n      \"ip_address\": \"string\",\n      \"user_agent\": \"string\",\n      \"created_at\": \"1957-01-30T03:33:43.983Z\"\n    },\n    {\n      \"id\": 9406,\n      \"person_id\": \"string\",\n      \"method\": \"string\",\n      \"path\": \"string\",\n      \"status\": 2953,\n      \"api_module\": \"string\",\n      \"duration_ms\": 7724,\n      \"ip_address\": \"string\",\n      \"user_agent\": \"string\",\n      \"created_at\": \"1998-10-17T21:15:29.292Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"e73f70cf-fefe-d758-3cfb-95a733000999\",\n    \"generatedAt\": \"1997-03-03T03:33:50.379Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89b15d4e-97a1-404f-9dee-9f57bbc47890",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "api-log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "pageSize",
                      "value": "50"
                    },
                    {
                      "key": "person_id",
                      "value": "<string>"
                    },
                    {
                      "key": "event_type",
                      "value": "<string>"
                    },
                    {
                      "key": "path",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<integer>"
                    },
                    {
                      "key": "api_module",
                      "value": "<string>"
                    },
                    {
                      "key": "from",
                      "value": "<date>"
                    },
                    {
                      "key": "to",
                      "value": "<date>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d64b42ee-f9b3-4220-a16e-ba8602c49099",
          "name": "Aktywność użytkownika",
          "request": {
            "name": "Aktywność użytkownika",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "users",
                ":userId",
                "activity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "days",
                  "value": "30",
                  "description": "Liczba dni wstecz"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "userId",
                  "description": "(Required) Identyfikator zasobu"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2e783459-dfca-4938-90ed-9e9051caefd2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "days",
                      "value": "30"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"total_requests\": 5703,\n    \"last_active\": \"2010-05-15T07:19:00.055Z\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"26583868-fd94-6357-f693-1520511eae5a\",\n    \"generatedAt\": \"2017-11-21T22:57:40.230Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "107cafab-55a6-486e-a0f1-30e157ec054f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "users",
                    ":userId",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "days",
                      "value": "30"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "userId",
                      "description": "(Required) Identyfikator zasobu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c0775c3d-4843-4a60-84dc-46f9593cff7a",
          "name": "Statystyki wydajności API",
          "request": {
            "name": "Statystyki wydajności API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "stats",
                "api-performance"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "83199333-4e1f-4083-ab51-9af62493d7b6",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "stats",
                    "api-performance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"api_module\": \"string\",\n      \"avg_response_ms\": 182.15764192433426,\n      \"p95_ms\": 9998.814144814221,\n      \"p99_ms\": 6965.374430416282,\n      \"total_requests\": 4251,\n      \"error_rate\": 9944.240388027085\n    },\n    {\n      \"api_module\": \"string\",\n      \"avg_response_ms\": 6932.485265438088,\n      \"p95_ms\": 5836.108665494339,\n      \"p99_ms\": 9207.591684107292,\n      \"total_requests\": 6626,\n      \"error_rate\": 2757.783450817479\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"4ddb48cd-b4c4-a597-03c4-5a7b12c2d530\",\n    \"generatedAt\": \"2000-12-19T21:09:00.884Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c329000e-d4cf-41eb-b1d1-d7c16332acbd",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "stats",
                    "api-performance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "922d4d43-db12-46c6-a9da-a99f4b21868c",
          "name": "Statystyki modułów użytkowników",
          "request": {
            "name": "Statystyki modułów użytkowników",
            "description": {},
            "url": {
              "path": [
                "v1",
                "rbac",
                "stats",
                "user-modules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "person_id",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "416fb797-91d9-4105-8c37-3c4784c926fe",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "stats",
                    "user-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "person_id",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"person_id\": \"string\",\n      \"module_id\": \"string\",\n      \"request_count\": 9585,\n      \"last_used_at\": \"1976-09-01T03:04:11.419Z\"\n    },\n    {\n      \"person_id\": \"string\",\n      \"module_id\": \"string\",\n      \"request_count\": 8533,\n      \"last_used_at\": \"1949-11-16T11:48:18.921Z\"\n    }\n  ],\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"1007743a-17b0-53b7-5ae6-ca092f231bfa\",\n    \"generatedAt\": \"1986-03-28T18:18:03.731Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d298c19-1482-4bd1-85c3-2c1633a8c65d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "rbac",
                    "stats",
                    "user-modules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "person_id",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "48886257-3f83-472a-8930-3950ade819fe",
      "name": "Infrastructure",
      "description": {
        "content": "Health check",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "97fd10f9-b131-4eec-99f3-2e2f4cb61416",
          "name": "Health check (top-level)",
          "request": {
            "name": "Health check (top-level)",
            "description": {},
            "url": {
              "path": [
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "82584e81-ad40-4e19-acf4-77436480e003",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"service\": \"partner-portal-api\",\n  \"status\": \"ok\",\n  \"git\": {\n    \"branch\": \"main\",\n    \"commit\": \"abc1234\"\n  },\n  \"environment\": \"production\",\n  \"databaseUrlConfigured\": true,\n  \"redisUrlConfigured\": true,\n  \"timestamp\": \"1986-12-20T02:52:36.974Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1ffb816c-a0cc-4068-9bc2-9410fae6fe51",
          "name": "Health check (v1)",
          "request": {
            "name": "Health check (v1)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "bd5b5b0c-3070-4789-9732-a1d05d30205b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"service\": \"partner-portal-api\",\n  \"status\": \"ok\",\n  \"git\": {\n    \"branch\": \"main\",\n    \"commit\": \"abc1234\"\n  },\n  \"environment\": \"production\",\n  \"databaseUrlConfigured\": true,\n  \"redisUrlConfigured\": true,\n  \"timestamp\": \"1986-12-20T02:52:36.974Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b7aa78bc-1219-409a-b267-5738093433e4",
      "name": "Dictionaries",
      "description": {
        "content": "Słowniki systemowe — kategorie incydentów i inne",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "2b42f3ff-867d-450e-b345-bb6502d48f7f",
          "name": "Lista kategorii incydentów",
          "request": {
            "name": "Lista kategorii incydentów",
            "description": {
              "content": "Zwraca listę wszystkich kategorii incydentów (słownik). Domyślnie tylko aktywne wpisy.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "dict",
                "incidents-category"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "includeInactive",
                  "value": "false",
                  "description": "Jeśli true, zwraca również nieaktywne kategorie"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Identyfikator vendora (tenant)",
                "key": "x-vendor-id",
                "value": "<string>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ac8e0246-7c6c-4558-b475-ae7bb47724a9",
              "name": "Lista kategorii incydentów",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "includeInactive",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"code\": \"DAMAGED_SHIPMENT\",\n      \"label\": \"Uszkodzenie przesyłki\",\n      \"sort_order\": 1,\n      \"is_active\": true\n    },\n    {\n      \"code\": \"DAMAGED_SHIPMENT\",\n      \"label\": \"Uszkodzenie przesyłki\",\n      \"sort_order\": 1,\n      \"is_active\": true\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68b1fe0c-cb71-4bb2-a351-28572e4f6dda",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "includeInactive",
                      "value": "false"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7a3804c7-5814-496a-9be9-8c3c1db4f38b",
          "name": "Utwórz nową kategorię incydentu",
          "request": {
            "name": "Utwórz nową kategorię incydentu",
            "description": {
              "content": "Dodaje nowy wpis do słownika kategorii incydentów. Pole code musi być unikalne i składać się z wielkich liter, cyfr i podkreśleń.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "dict",
                "incidents-category"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Identyfikator vendora (tenant)",
                "key": "x-vendor-id",
                "value": "<string>"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"<string>\",\n  \"label\": \"<string>\",\n  \"sortOrder\": \"<integer>\",\n  \"isActive\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "014b3bbf-e513-4ccf-b911-e0e5b97948c5",
              "name": "Kategoria utworzona",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"DAMAGED_SHIPMENT\",\n  \"label\": \"Uszkodzenie przesyłki\",\n  \"sortOrder\": 1,\n  \"isActive\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"code\": \"DAMAGED_SHIPMENT\",\n    \"label\": \"Uszkodzenie przesyłki\",\n    \"sort_order\": 1,\n    \"is_active\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d9ce3ba-d977-483e-98e5-1378e1ea16e6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"DAMAGED_SHIPMENT\",\n  \"label\": \"Uszkodzenie przesyłki\",\n  \"sortOrder\": 1,\n  \"isActive\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50a0bfa5-7278-44a2-ae96-f1be287bdc0b",
              "name": "Conflict — wpis z tym kodem już istnieje",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"DAMAGED_SHIPMENT\",\n  \"label\": \"Uszkodzenie przesyłki\",\n  \"sortOrder\": 1,\n  \"isActive\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2cc36583-e336-429f-853f-8667911f047f",
          "name": "Pobierz kategorię incydentu po kodzie",
          "request": {
            "name": "Pobierz kategorię incydentu po kodzie",
            "description": {
              "content": "Zwraca szczegóły jednej kategorii incydentu na podstawie kodu.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "dict",
                "incidents-category",
                ":code"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "code",
                  "description": "(Required) Kod kategorii incydentu"
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Identyfikator vendora (tenant)",
                "key": "x-vendor-id",
                "value": "<string>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "83ff64e9-8349-4557-a909-c84c9513b402",
              "name": "Szczegóły kategorii incydentu",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"code\": \"DAMAGED_SHIPMENT\",\n    \"label\": \"Uszkodzenie przesyłki\",\n    \"sort_order\": 1,\n    \"is_active\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "257ab1ea-770f-41b4-9c94-c7050e86232d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11d121df-d138-4af2-986a-63d707c29326",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a070a336-e53a-4773-b24e-010b24951e85",
          "name": "Aktualizuj kategorię incydentu",
          "request": {
            "name": "Aktualizuj kategorię incydentu",
            "description": {
              "content": "Częściowa aktualizacja wpisu słownikowego. Można zmienić etykietę, kolejność sortowania i flagę aktywności.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "dict",
                "incidents-category",
                ":code"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "code",
                  "description": "(Required) Kod kategorii incydentu"
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Identyfikator vendora (tenant)",
                "key": "x-vendor-id",
                "value": "<string>"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"label\": \"<string>\",\n  \"sortOrder\": \"<integer>\",\n  \"isActive\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6931b312-477e-4902-98eb-809f5e03f471",
              "name": "Zaktualizowana kategoria",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"Uszkodzenie przesyłki (zmieniona)\",\n  \"sortOrder\": 2,\n  \"isActive\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"code\": \"DAMAGED_SHIPMENT\",\n    \"label\": \"Uszkodzenie przesyłki\",\n    \"sort_order\": 1,\n    \"is_active\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ffed417-45a7-4014-8362-7c0eec69d9a1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"Uszkodzenie przesyłki (zmieniona)\",\n  \"sortOrder\": 2,\n  \"isActive\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d58bd7f-bd64-4816-b615-03c4b2e0a7bd",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"Uszkodzenie przesyłki (zmieniona)\",\n  \"sortOrder\": 2,\n  \"isActive\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b859b1b8-e2cc-4ab9-bac9-ff21d298a553",
          "name": "Usuń kategorię incydentu",
          "request": {
            "name": "Usuń kategorię incydentu",
            "description": {
              "content": "Trwale usuwa wpis ze słownika kategorii incydentów.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "dict",
                "incidents-category",
                ":code"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "code",
                  "description": "(Required) Kod kategorii incydentu do usunięcia"
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Identyfikator vendora (tenant)",
                "key": "x-vendor-id",
                "value": "<string>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2f74ce72-432c-42d5-b7be-aba2e1b1decc",
              "name": "Kategoria usunięta",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu do usunięcia"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "25a3f499-d0d2-42eb-9712-cc1ed1a6c6ed",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu do usunięcia"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2985ea4b-d574-4c91-8290-2cd4d63a0171",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "dict",
                    "incidents-category",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) Kod kategorii incydentu do usunięcia"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Identyfikator vendora (tenant)",
                    "key": "x-vendor-id",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6ca62288-e813-4637-863e-a2d6692e4d77",
      "name": "Documentation",
      "description": {
        "content": "Dokumentacja API (OpenAPI, Postman)",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "4b65a0d5-261a-44b2-9613-e11ae2a3c2ba",
          "name": "Lista URL dokumentacji API",
          "request": {
            "name": "Lista URL dokumentacji API",
            "description": {},
            "url": {
              "path": [
                "v1",
                "docs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6bc698d3-f41d-4907-a940-8ab3cf16c18a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "docs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"title\": \"string\",\n    \"importUrls\": {\n      \"openapiYaml\": \"string\",\n      \"openapiJson\": \"string\",\n      \"postmanCollection\": \"string\",\n      \"swaggerUi\": \"string\"\n    },\n    \"postmanImportHint\": \"string\"\n  },\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"ec3863e5-a519-734b-bec9-b3a3e2926bb8\",\n    \"generatedAt\": \"1974-11-21T20:16:24.257Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b228847-f206-45e7-b6f6-deb043150552",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "docs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9dbf7e1b-a9a2-4b49-a59a-a3f06ce2bd55",
          "name": "OpenAPI YAML spec",
          "request": {
            "name": "OpenAPI YAML spec",
            "description": {},
            "url": {
              "path": [
                "v1",
                "docs",
                "openapi.yaml"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/yaml"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "bb17801f-f9f2-426c-80ca-1b7be4e0f5fe",
              "name": "YAML",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "docs",
                    "openapi.yaml"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/yaml"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/yaml"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "778e81e9-69ab-46ae-bdb3-06d4b91f55d4",
          "name": "OpenAPI JSON spec",
          "request": {
            "name": "OpenAPI JSON spec",
            "description": {},
            "url": {
              "path": [
                "v1",
                "docs",
                "openapi.json"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5d1611f3-4e14-41af-8642-21ee93ad871c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "docs",
                    "openapi.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {},\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"fd3757af-b0af-a771-3fb5-5f446057227f\",\n    \"generatedAt\": \"1992-10-29T19:51:38.142Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97fc9be2-6be6-495c-977a-8b90cb406ff2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "docs",
                    "openapi.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc4b66c7-e95e-4b1c-8dec-1df226f00e97",
          "name": "Postman Collection JSON",
          "request": {
            "name": "Postman Collection JSON",
            "description": {},
            "url": {
              "path": [
                "v1",
                "docs",
                "postman.json"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "74169e5f-1603-4dc3-9c3c-23c4a76b6817",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "docs",
                    "postman.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {},\n  \"meta\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"total\": 157,\n    \"totalPages\": 8,\n    \"requestId\": \"fd3757af-b0af-a771-3fb5-5f446057227f\",\n    \"generatedAt\": \"1992-10-29T19:51:38.142Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff4b5d0c-cb69-4e82-ab28-80634b6fd2aa",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "docs",
                    "postman.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Resource not found\"\n  },\n  \"traceId\": \"df3d63d7-5812-ff57-2222-24ead305b192\",\n  \"timestamp\": \"2008-07-12T19:47:06.158Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "http://localhost:4001",
      "key": "baseUrl"
    }
  ],
  "info": {
    "_postman_id": "63a4d74c-50af-4e37-93cf-cd461378c6b3",
    "name": "Partner Portal API v1",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Kompletna specyfikacja API Partner Portal 2.0.\n\nKażdy endpoint zawiera precyzyjne nazwy argumentów body/query, typy pól, ograniczenia walidacji (minLength, maxLength, minimum, maximum, pattern, enum, format) i przykładowe wartości.\n\nAutoryzacja: JWT Bearer Token (Authorization: Bearer <token>) + nagłówek x-vendor-id (tenant).\n\nData generacji: 2026-03-05.",
      "type": "text/plain"
    }
  }
}
