{
  "item": [
    {
      "name": "default",
      "description": "Useful routes for a client application.",
      "item": [
        {
          "id": "f294e29f-785b-4a70-90c1-8f3b6dcfe1ca",
          "name": "Ping the API",
          "request": {
            "name": "Ping the API",
            "description": {
              "content": "Default Message that API exists here, no login required.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "08092705-2a3d-4798-b07f-b669b401852b",
              "name": "Default Message",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"OK\",\n  \"description\": \"seventhings API is ready\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29fac75e-d73e-46b2-9466-c2d56f0b5b7b",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "auth",
      "description": "Login and authentication of the API.",
      "item": [
        {
          "id": "db908ae7-25a8-4292-bd1a-93543336b7f1",
          "name": "Obtain an access token",
          "request": {
            "name": "Obtain an access token",
            "description": {},
            "url": {
              "path": [
                "customer-api",
                "v1",
                "auth_token"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"username\": \"your username\",\n  \"password\": \"your password\",\n  \"client_id\": \"your client ID\",\n  \"grant_type\": \"password\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "b27a440e-955f-4410-8425-9053db90df64",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "auth_token"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"your username\",\n  \"password\": \"S3cR3tP4ßW0rD\",\n  \"client_id\": \"hash456789012345678901234567890123456789\",\n  \"grant_type\": \"password\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"e68f38c2dca2add6c5528e16d7a2b453371e5870\",\n  \"expires_in\": 3600,\n  \"token_type\": \"Bearer\",\n  \"scope\": null,\n  \"refresh_token\": \"2b57a8d37baf1ef3a436968da51149b2eddf7f0f\",\n  \"user_id\": 1\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89d89da3-2438-4207-b8de-466b2f147a10",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "auth_token"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"your username\",\n  \"password\": \"S3cR3tP4ßW0rD\",\n  \"client_id\": \"hash456789012345678901234567890123456789\",\n  \"grant_type\": \"password\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f6f94271-3bcc-4b43-9df8-6fa94aee8223",
              "name": "Invalid username and password combination or refresh token",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "auth_token"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"your username\",\n  \"password\": \"S3cR3tP4ßW0rD\",\n  \"client_id\": \"hash456789012345678901234567890123456789\",\n  \"grant_type\": \"password\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "43b3595e-50c9-4193-94b2-7ee62c719bbd",
              "name": "User is not allowed to login",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "auth_token"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"your username\",\n  \"password\": \"S3cR3tP4ßW0rD\",\n  \"client_id\": \"hash456789012345678901234567890123456789\",\n  \"grant_type\": \"password\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": \"LoginDeactivated\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f1d96a4-19c5-4d32-9c74-1ef1a04f9f43",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "auth_token"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"your username\",\n  \"password\": \"S3cR3tP4ßW0rD\",\n  \"client_id\": \"hash456789012345678901234567890123456789\",\n  \"grant_type\": \"password\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [
            {
              "listen": "test",
              "script": {
                "type": "text/javascript",
                "exec": [
                  "const isBruno = typeof bru !== \"undefined\";",
                  "const status = isBruno ? res.getStatus() : pm.response.code;",
                  "if (status >= 200 && status < 300) {",
                  "  const body = isBruno ? res.getBody() : pm.response.json();",
                  "  if (body.access_token) {",
                  "    if (isBruno) bru.setVar(\"bearerToken\", body.access_token);",
                  "    else pm.collectionVariables.set(\"bearerToken\", body.access_token);",
                  "  }",
                  "}"
                ]
              }
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df641fbd-d06d-409b-854b-0f7b2381a1cf",
          "name": "Revoke auth tokens",
          "request": {
            "name": "Revoke auth tokens",
            "description": {
              "content": "Revokes all auth tokens (refresh and access tokens) for user (identified by bearer token)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "auth_token"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "056e81f1-79bc-4305-b599-255447a81346",
              "name": "Auth tokens were revoked",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "auth_token"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "objects",
      "description": "Handle objects with the API.",
      "item": [
        {
          "id": "71903466-aac5-4bc0-ba1b-925581adfe0f",
          "name": "Get all objects.",
          "request": {
            "name": "Get all objects.",
            "description": {
              "content": "Get all objects.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "objects"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number of the results to fetch.",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of results per page.",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter[<filter_id>]",
                  "value": "<filter_name>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "<sort_field>",
                  "value": "<sort_type>"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d8541bee-801a-4d7f-bdb6-eee4261b878a",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  },\n  {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2669b440-4ed5-493a-8196-df338fb81b59",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3b6d6856-256b-4461-9309-37142b981a41",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "68d0eb25-a34d-40a4-afd5-af6ebc5122cd",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2dcd4487-2117-4208-a37a-6dd4e966097a",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "553f0fae-43e7-408d-919b-23e3f40c152c",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2be076e7-e24f-4ddb-a88c-5668ce12a6e0",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "68d24bde-5a0c-4ee8-854c-53286887d4de",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac868330-1555-4291-80af-8729f82031c5",
          "name": "Get count of all objects.",
          "request": {
            "name": "Get count of all objects.",
            "description": {
              "content": "Get count of all objects.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "objects",
                "count"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter[<filter_id>]",
                  "value": "<filter_name>"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f98cef46-309c-4b62-bbc2-04fa9065f3c7",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": 1275\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c600e45-49b5-424b-9c47-cb06349cad8a",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f7b8b238-8257-4c8f-a346-abc900b59023",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "743a6ca8-2c62-4f04-94b8-597fe4a32815",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "975ff08c-89b5-4fee-91b9-3375a3ae00c7",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7f08e75d-1ced-4e32-95b8-debddb0465d4",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4ba6e01d-7165-4bba-a169-06a8e4d9091d",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "73fa5b76-b21f-4cd0-8f59-76c281c799a9",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "objects",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ebf81faf-2151-4cb5-b028-e12956fbd0d1",
          "name": "Create a new object.",
          "request": {
            "name": "Create a new object.",
            "description": {
              "content": "Create a new object.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "object"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6de21068-4f11-4748-997e-7e30ee95c9c8",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The URL of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The UUID of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location-UUID",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5eb4a516-4ba8-4b7d-a778-7ad3fe0dac29",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a69f5872-89da-4c0d-9fca-a590a1a5ddd0",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1034eef6-80b7-456b-8ca1-049b0484bde3",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b2a18589-0c85-46fc-b683-af7b7ad27cd7",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5c159555-1395-4b87-8a4a-d81f9442f9a4",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d2fc4712-d545-48b6-b9ed-5ab55925320e",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f1773ab-7944-43ce-93f3-621ce4f49528",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3d99f8ff-382a-43e7-b0e3-123deca60213",
          "name": "Get a single object.",
          "request": {
            "name": "Get a single object.",
            "description": {
              "content": "Get a single object.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "object",
                ":objectUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "objectUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "14144838-40f6-47d1-95d5-83dec71173f5",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23c1a6b6-8d3e-4736-9779-f8e34eeeeb43",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aa5e5965-18f0-4f7b-8548-24e11b263dd4",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9d63939d-6109-47f8-a256-b7f01e6665de",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2731a347-6ccd-401d-ad78-bc7e19ce9e7d",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bfad3d88-0118-4274-a0e4-c75a86d2b24d",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "48a83e82-903c-486a-8004-89af8d9f3919",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e717ed72-eac4-4357-ac28-ebbc96e88f0f",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b97b9049-09b8-4773-a6aa-89ecf7e7d1b0",
          "name": "Update a single object.",
          "request": {
            "name": "Update a single object.",
            "description": {
              "content": "Update a single object.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "object",
                ":objectUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "objectUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6780ee4d-d299-4809-ad36-df448df95012",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "855bf3e7-8b92-4908-a980-8ebfd9e53f94",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fefee1b3-5c51-47e6-ab95-aed7cb6f4f64",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "730fc4c9-e081-47d4-a40c-8e0397a65fca",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4820220e-62d5-48f5-8a4f-9afc533eddf9",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "550cae2d-5591-47d0-820e-f4ad33113a79",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "787e6481-7995-4fbe-93e3-71ae14254431",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bae38ad0-6e0a-4387-88a7-9d9f0919ef19",
          "name": "Finally delete a single object.",
          "request": {
            "name": "Finally delete a single object.",
            "description": {
              "content": "Finally delete a single object.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "object",
                ":objectUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "objectUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "82e32cdd-ccc3-44e2-b59c-240c731e8f72",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ebfc7b7b-e3dc-4b60-8e60-2735f2437bcd",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "865b9482-2d9c-4f84-b6e8-9a78ab4af255",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "150bcb9d-0aac-4e44-b346-da356c336b8f",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bec8fbce-aa0a-4062-af9d-0f4f192afa21",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "097913c7-37a6-4afa-82cd-43349b36b242",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc39d86e-c875-4663-9532-57ea10893056",
          "name": "Archive a single object.",
          "request": {
            "name": "Archive a single object.",
            "description": {
              "content": "Archive a single object.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "object",
                ":objectUuid",
                "archive"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "objectUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a37c49c0-1fc3-44eb-9d2d-4fd39a7f0566",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "archive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "27545b69-dabc-4cf2-8108-f7c6b512e4d8",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "archive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4ec07c13-8e37-46f8-b08d-8a32e3e6ca8a",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "archive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bb2ceaac-721b-4a7f-aaa2-6545cc9ba9e8",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "archive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "600dcd0d-087b-4495-acd5-5b010e9d27b3",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "archive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "882405db-a83c-4974-a90d-c5d23e841455",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "archive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "edb59c12-1a63-4c9e-b7e6-9bb8a8fba4e5",
          "name": "Unarchive a single object.",
          "request": {
            "name": "Unarchive a single object.",
            "description": {
              "content": "Unarchive a single object.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "object",
                ":objectUuid",
                "unarchive"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "objectUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "eefe8423-740f-41c2-9f06-cd7601a8ae48",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "unarchive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2bc0791b-6e56-4bf3-a8c9-c0cae3db4410",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "unarchive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cd9dcc4d-9316-4cf7-b44f-8b8fa75fb863",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "unarchive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "be8015ef-9edf-4f3c-9843-a20cca2238a6",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "unarchive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "be8f6a69-61af-4164-a751-48d48bff61b2",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "unarchive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f2f0611d-8a3f-48bd-85f7-c56e958b5c5b",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "unarchive"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "906ea216-e554-4869-ac99-8ee56db90100",
          "name": "Add a file to objects field definition.",
          "request": {
            "name": "Add a file to objects field definition.",
            "description": {
              "content": "Add a file to objects field definition",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "object",
                ":objectUuid",
                "add-file"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "objectUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "98a913fe-b380-4cb4-9a66-3ea6b9ff8df1",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "19be69d0-e41f-4d79-bb30-8891a9831b73",
              "name": "Return all results of each request body array items.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Multi-Status (WebDAV) (RFC 4918)",
              "code": 207,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "437be31a-0d34-4700-a2d4-b446ecaa70d0",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "735def8e-e648-4056-8bcf-10d90b04e437",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aaead8f6-458d-4435-858d-2edaf3bb32f9",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0ed0124c-bcf8-476f-bd96-da54473f8fdd",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "39fec2a8-e19c-458a-9083-fa5e962a9a5d",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d7de4fe8-ad9a-4582-ac72-7ae50f7f9d2e",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4ccef325-50f9-42f3-97e5-f4cadee7265d",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "add-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"92effe27-4002-68d0-901a-b90771c276ed\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4c3bac83-364c-c0e1-7e1d-e7416a9d9049\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b754ae63-a166-4229-8e4f-2002f4712ae3",
          "name": "Remove a file from objects field definition.",
          "request": {
            "name": "Remove a file from objects field definition.",
            "description": {
              "content": "Remove a file from objects field definition",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "object",
                ":objectUuid",
                "remove-file"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "objectUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9e511208-a402-4f99-a38b-a32ea0d188fa",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "941ae5a4-5e30-4e40-bc73-a96fa6dab4f5",
              "name": "Return all results of each request body array items.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Multi-Status (WebDAV) (RFC 4918)",
              "code": 207,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "055ac5b2-355a-4526-aca2-6d24ef597b5f",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "80088be4-3466-4e2e-8521-6478fa487d07",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ea1b8c4d-b813-4677-b9e5-dcfecc1c7d48",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9482ca33-61a7-439a-b9da-9a2944e3e106",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "da9b1d49-0eff-4ef7-aa1f-95dc79a685c9",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0dbb9800-339a-4619-b04a-16aac06e4a34",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9558c196-9cc1-4c5c-9440-e7355960f8bd",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "object",
                    ":objectUuid",
                    "remove-file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "objectUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"4a863277-81e8-9f21-4280-d2aac66c00c6\"\n  },\n  {\n    \"field-key\": \"string\",\n    \"file-uuid\": \"476710d0-c76a-723d-4036-864d5b9da221\"\n  }\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "rooms",
      "description": "Handle rooms with the API.",
      "item": [
        {
          "id": "d9a8732a-414d-4b2d-aefa-5b4d05a40fbf",
          "name": "Get all rooms.",
          "request": {
            "name": "Get all rooms.",
            "description": {
              "content": "Get all rooms.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "rooms"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number of the results to fetch.",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of results per page.",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "50"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f8da2640-8034-4b4f-8629-62d376b1c9de",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  },\n  {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca673de6-e68c-4078-8a04-4cb231a62c9d",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "085e152a-3bf1-4516-bbe2-a88561177f86",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4011e07a-64f8-4848-a229-f3c18231c05d",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c4c59696-50f4-4632-b647-2cdb0787e027",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "10cc40d6-cd1d-4461-804d-01f242980bae",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "738347cc-8150-4ccf-8b7c-5dcedeec83ed",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ae41617-679f-4577-b74a-99f72c77f8bf",
          "name": "Get count of all rooms.",
          "request": {
            "name": "Get count of all rooms.",
            "description": {
              "content": "Get count of all rooms.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "rooms",
                "count"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter[<filter_id>]",
                  "value": "<filter_name>"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ccdd6943-0d1e-42e0-8eb2-4d3ebce94a7f",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": 1275\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ee672cd-59b8-40bb-9e7c-c7980cc041a4",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "40132574-e955-4f3c-ab5e-e62508d76857",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2da439b9-aef8-4515-bc23-81e7479fd06d",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3420919e-69e7-4bcc-9f0e-23e9869de8ac",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c9e7c9f2-0bd2-4311-80da-8f2229145554",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d0492833-dbfb-4f31-8950-ef00ae0c04b2",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ad58c2f2-091e-4934-b9e0-f6c8b8d1ef13",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rooms",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "86472eb3-7694-472f-87f5-f10808b0da8e",
          "name": "Create a new room.",
          "request": {
            "name": "Create a new room.",
            "description": {
              "content": "Create a new room.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "room"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "609bfe22-8f39-4a97-85af-314e5dea191d",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The URL of the newly created room.",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The UUID of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location-UUID",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1089b337-4f45-4ad4-a914-eb3f601516e0",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8893842f-2d68-4a85-a8a2-a45a77d27fd4",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3ad1ce6a-41d3-40b8-a026-cd4ea610b0aa",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "24aff865-8302-488a-9359-ba01236fbd5e",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b925312a-eb40-4860-a1dd-98143c7e8c30",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6807ce42-4a3f-4b19-9566-07f242ea0463",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9769df5d-f528-43f3-bbb1-76e23671aca4",
          "name": "Get room.",
          "request": {
            "name": "Get room.",
            "description": {
              "content": "Get room.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "room",
                ":roomUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "roomUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c8d969a2-ad40-41eb-b89b-aa1547ed8555",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8aa50573-3b0b-45be-83dd-1bb343bea467",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "866698a0-c711-4760-a623-99b1c8e9110c",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "85093427-77c4-42f6-9197-50bd17fbd720",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4a8c11db-93e2-4fe6-852c-eafdb259cd12",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e8fa2edc-df94-42c8-be48-64a68f4890b8",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d9e94f3-45ac-411c-b428-536b9cf31fda",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9058748-5d43-4fa0-b68a-7504e82921e2",
          "name": "Update room.",
          "request": {
            "name": "Update room.",
            "description": {
              "content": "Update room.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "room",
                ":roomUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "roomUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ca109b1f-a1f1-49cf-8193-bc9f539c7635",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f89cc0f-5f50-4e61-8cc9-6d2066ad20b8",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "39a904b7-94b7-4d57-bad8-59a65cdc7c0a",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0c8f991a-c007-4560-8193-9f22753b5c5c",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aa4b6d7e-2bb2-4aca-be3a-b7a0305a06bd",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "632e0af4-164f-41f0-8f2a-d990da8ad4ac",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e7ccc59a-a134-4b6f-82ac-d5f161cb4c2f",
          "name": "Delete room.",
          "request": {
            "name": "Delete room.",
            "description": {
              "content": "Delete room.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "room",
                ":roomUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "roomUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "568a68f0-2511-4052-b72e-560a8213f2ff",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "40a96822-b758-4a83-aa62-f59fa602998e",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "18cc1fbf-dc50-4c57-b5b3-443dab3296a5",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3b2f71ef-4f49-4438-9245-9dbb2c20d575",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e7d7b2ce-2ac7-4e44-ae12-d3ffccebd7de",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "room",
                    ":roomUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "roomUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "locations",
      "description": "Handle locations with the API.",
      "item": [
        {
          "id": "e55e8cd3-46d2-40f9-9349-417674ebf7e1",
          "name": "Get all locations.",
          "request": {
            "name": "Get all locations.",
            "description": {
              "content": "Get all locations.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "locations"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number of the results to fetch.",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of results per page.",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "50"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3225e951-bdb3-4211-9579-ed793afbc5a6",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  },\n  {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89c3dafd-9a5a-4890-84ae-00921806ade9",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "942ab68a-918e-4b54-829d-7fc582c34b83",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1a9b6b98-97a9-43f3-963f-3496c8a8776c",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "43a926a8-3a95-4ffb-b8eb-eae402a1f2ba",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e833181c-7f67-4613-8ed6-4e4c5140f2f1",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "17abaca2-2c11-48a2-8ba8-8a142d22c01c",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "86ab8420-6ec6-473e-96bb-c776d6024c82",
          "name": "Get count of all locations.",
          "request": {
            "name": "Get count of all locations.",
            "description": {
              "content": "Get count of all locations.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "locations",
                "count"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter[<filter_id>]",
                  "value": "<filter_name>"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "112ac3db-58d0-464b-941a-5efd67b14a60",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": 1275\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be771e8e-29fc-4d1f-92b3-b80c24814cf4",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a6490e68-bc6c-46d1-86b7-8bb64017690f",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cba51daa-064f-4def-8e5c-f00dbe828c93",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d706fb9-eac9-4094-89ef-a1514d00b941",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "121e3f84-9888-4472-bd8b-5737a3df0190",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fbbe0999-7b64-42c0-8133-8715584ad5e3",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9c44dfed-745f-4591-adde-da5135ed1728",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "locations",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d3522d1f-0dcf-4e47-a785-bfa611e2f166",
          "name": "Create a new location.",
          "request": {
            "name": "Create a new location.",
            "description": {
              "content": "Create a new location.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "location"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0f128fbf-9df8-4997-baec-d931f6718437",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The URL of the newly created location.",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The UUID of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location-UUID",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "48ec5c98-9196-4012-8d61-1e5efd5d8e6a",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d2b34afd-3ec4-44cd-ba08-1c0e8d92212a",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0ef901a4-c0d7-4f22-8b3e-2cb97cd491f4",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d5798038-966f-4431-b780-3b82cd626dfc",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "739ba852-8bec-442d-9865-c6fe7e8a763d",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "65a922b1-2847-4729-86e1-024201e5f542",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b737778-9328-499b-8935-69034209fa49",
          "name": "Get location.",
          "request": {
            "name": "Get location.",
            "description": {
              "content": "Get location.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "location",
                ":locationUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "locationUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ce5448e5-3115-496f-8f9c-8860cd6eac79",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c74714ad-935a-47c6-9dea-64db4406d6ce",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bf7b9fb6-44b5-494d-9258-36ad9d506021",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0b43fcac-ec8d-4cf6-a68e-e72ed8c77d17",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1b090fde-582c-4cb3-845b-fa8974819e8c",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "02b5d416-6f07-44b2-96ae-e0376c0bedc0",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b53b2d9b-4859-4037-8d62-db16f8bb354b",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "15a76e0e-6d03-400a-9ffe-b499a5d936e1",
          "name": "Update location.",
          "request": {
            "name": "Update location.",
            "description": {
              "content": "Update location.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "location",
                ":locationUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "locationUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bd096fbb-a20b-4466-a738-4b6e6388e0b3",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "362788aa-3524-4240-b9e6-2da5eaea8eee",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1d970f40-f92b-45cc-962b-8ed07cf26fa0",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fcfd9f4c-6563-4f5d-aa50-696f6bdfc85d",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0a25162c-8841-43fd-b5a6-6367974f0719",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8896a172-6ba4-4c54-88ba-f05466ddef24",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8e7beb7-228f-4ba4-98a3-8a1a01afe794",
          "name": "Delete location.",
          "request": {
            "name": "Delete location.",
            "description": {
              "content": "Delete location.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "location",
                ":locationUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "locationUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3a440ba3-9e32-445f-8f11-10403d987b63",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "53c350ca-efb6-4919-a593-c5958bf4885b",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "63a28630-0db7-4ce4-b5fe-6fddbe86c03f",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "61b36c6d-61be-4b36-b160-b5d6ec188d0e",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c5813779-e74b-4395-a679-f05669969fc0",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "location",
                    ":locationUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "locationUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "user",
      "description": "Handle user with the API.",
      "item": [
        {
          "id": "57ae3cb2-6bf0-4444-96ea-ea3404ef1b09",
          "name": "Get user list.",
          "request": {
            "name": "Get user list.",
            "description": {
              "content": "Get the information about the users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "users"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Number of items per page",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Sort by (This can only be one of id,email)",
                    "type": "text/plain"
                  },
                  "key": "sort_by",
                  "value": "id"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                    "type": "text/plain"
                  },
                  "key": "order",
                  "value": "asc"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "87f24076-d70b-4312-b228-91470aeac575",
              "name": "The information about the user currently logged in",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "users"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items per page",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort by (This can only be one of id,email)",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                        "type": "text/plain"
                      },
                      "key": "order",
                      "value": "asc"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 1698708822941268,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 7889251626801882,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 2839069261299642,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 6467668044430090,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 7462338483066144,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 1795272838107950,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 5458169665235358,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 8320359480106188,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 6310275113744458,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 8077502240702862,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 1870094008498082,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 4201566010166086,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 2711481308316452,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 6666581021581818,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 2155933542873144,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 7643554192348824,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 3903938968438278,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 786728566710770,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 7159335665886264,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    },\n    {\n      \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n      \"id\": 1802280203860894,\n      \"email\": \"user@example.com\",\n      \"firstname\": \"Max\",\n      \"lastname\": \"Miller\",\n      \"display_name\": \"string\"\n    }\n  ],\n  \"page\": 1,\n  \"per_page\": 50,\n  \"sort_by\": \"id\",\n  \"order\": \"asc\",\n  \"total\": 918\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "498877db-b776-4049-a303-44dfe0e62d9b",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "users"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items per page",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort by (This can only be one of id,email)",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                        "type": "text/plain"
                      },
                      "key": "order",
                      "value": "asc"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "725f42ff-043d-4ebb-ac29-562fd89f0c94",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "users"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items per page",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort by (This can only be one of id,email)",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                        "type": "text/plain"
                      },
                      "key": "order",
                      "value": "asc"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7c284464-9a8e-4b10-bffc-055b79f10967",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "users"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items per page",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort by (This can only be one of id,email)",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                        "type": "text/plain"
                      },
                      "key": "order",
                      "value": "asc"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4228e743-8d1f-4da6-812d-35d3d17b9838",
          "name": "Get user by uuid.",
          "request": {
            "name": "Get user by uuid.",
            "description": {
              "content": "Get the information about the user by uuid.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "user",
                ":userUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "userUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1c00a366-a337-4f36-ab6b-67ae72335f8b",
              "name": "The information about the user",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "user",
                    ":userUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "userUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n  \"id\": 913574649717770,\n  \"email\": \"user@example.com\",\n  \"firstname\": \"Max\",\n  \"lastname\": \"Miller\",\n  \"display_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e9750e4-1d14-4cce-9882-a00503634ef9",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "user",
                    ":userUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "userUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b221ef00-a31c-4c51-893a-e296e538678d",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "user",
                    ":userUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "userUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4a6afe49-69a4-4270-b7c9-b6fd0c6cfcce",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "user",
                    ":userUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "userUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "59a55af3-c725-4f0f-a2ea-e4b950bed617",
          "name": "Get user by id.",
          "request": {
            "name": "Get user by id.",
            "description": {
              "content": "Get the information about the user by integer id.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "user",
                "by-id",
                ":userId"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "700667682106990",
                  "key": "userId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c66fb4a3-3d71-4c16-83a9-f6f60ed163d1",
              "name": "The information about the user",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "user",
                    "by-id",
                    ":userId"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "700667682106990",
                      "key": "userId"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"uuid\": \"f9f9f9f9-f9f9f9-f9f9f9-f9f9f9f9f9f9\",\n  \"id\": 913574649717770,\n  \"email\": \"user@example.com\",\n  \"firstname\": \"Max\",\n  \"lastname\": \"Miller\",\n  \"display_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efe76906-488b-48fe-a063-37df89194c77",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "user",
                    "by-id",
                    ":userId"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "700667682106990",
                      "key": "userId"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "68c87eca-fd2d-4769-a739-fef261e01577",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "user",
                    "by-id",
                    ":userId"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "700667682106990",
                      "key": "userId"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "91eb6037-f5b7-4786-a2da-08217a56dd70",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "user",
                    "by-id",
                    ":userId"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "700667682106990",
                      "key": "userId"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "person",
      "description": "Handle person with the API.",
      "item": [
        {
          "id": "603b805d-9cda-440a-893c-7827be65dac1",
          "name": "Get person list.",
          "request": {
            "name": "Get person list.",
            "description": {
              "content": "Get the information about the persons.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "persons"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Number of items per page",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Sort by",
                    "type": "text/plain"
                  },
                  "key": "sort_by",
                  "value": "id"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                    "type": "text/plain"
                  },
                  "key": "order",
                  "value": "asc"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "974977f5-86c6-4910-a7db-f8ca10a7687c",
              "name": "The information about the person currently logged in",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items per page",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort by",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                        "type": "text/plain"
                      },
                      "key": "order",
                      "value": "asc"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    },\n    {\n      \"fields\": {\n        \"<field_key_1>\": \"<field_value_1>\",\n        \"<field_key_2>\": \"<field_value_2>\",\n        \"<field_key_3>\": \"<field_value_3>\"\n      }\n    }\n  ],\n  \"page\": 1,\n  \"per_page\": 50,\n  \"sort_by\": \"id\",\n  \"order\": \"asc\",\n  \"total\": 1195\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c2cfd93-4714-4c00-b956-e3f9769ab675",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items per page",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort by",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                        "type": "text/plain"
                      },
                      "key": "order",
                      "value": "asc"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "008d4779-42aa-4167-9d23-446456ce0735",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items per page",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort by",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                        "type": "text/plain"
                      },
                      "key": "order",
                      "value": "asc"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "71f0052e-102e-429e-8a14-f24c38b80e0a",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items per page",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort by",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order direction (This can only be one of asc,ASC,desc,DESC)",
                        "type": "text/plain"
                      },
                      "key": "order",
                      "value": "asc"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7aade0ad-f2b7-42cf-894e-06471a6ad7f4",
          "name": "Create a new person.",
          "request": {
            "name": "Create a new person.",
            "description": {
              "content": "Create a new person.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "person"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b19f9759-7c96-4454-8ffc-dfb22bc07c0f",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The URL of the newly created person resource.",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The UUID of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location-UUID",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "affdfa68-3a43-43db-ae2a-3fa1cc8fa3d5",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "91cdd56b-07ed-4f73-8b6d-dd696b2f67d0",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a527973c-a93a-4385-ae3b-0fb9757d4ad5",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d3bb8bed-d600-48e7-8f74-edb28cdb96b6",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "edc5705f-2014-4849-be2a-e8eb9a759a34",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f1bb9d1a-3408-4a99-8ee1-2af29b3db491",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25bd2cdd-00be-4cb7-a873-ae1ad0ec0668",
          "name": "Get person by uuid.",
          "request": {
            "name": "Get person by uuid.",
            "description": {
              "content": "Get the information about the person by uuid.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "person",
                ":personUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "personUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0a954e54-17a7-4541-b15d-fd92bd7d9885",
              "name": "The information about the person",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f0a2335-0851-466a-95f6-13a083b89099",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a7a19ec4-3115-4084-9fa0-c98531e85e5e",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bfe27b2d-cea3-45ab-94c8-8becffb915d7",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d0074cc-55c6-47fd-9477-5f67549d8896",
          "name": "Update person.",
          "request": {
            "name": "Update person.",
            "description": {
              "content": "Update person.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "person",
                ":personUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "personUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0d0bb104-6fbd-43e0-ac38-bbe36595fd77",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a6886ae4-31f0-4ea3-9154-3fed5760e12d",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a6e6304b-d633-4093-9d9e-885e2de39ac0",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3842e8bf-87e8-49e5-bf4d-0c04e968b4f5",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9047c7e1-3b65-4390-82cd-dfc02ebc0632",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8c34f095-84da-42ee-ac60-bdda17e04255",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<field_key_1>\": \"<field_value_1>\",\n  \"<field_key_2>\": \"<field_value_2>\",\n  \"<field_key_3>\": \"<field_value_3>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bfd4f87f-d614-45b0-9885-2c0ef076b402",
          "name": "Delete person.",
          "request": {
            "name": "Delete person.",
            "description": {
              "content": "Delete person.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "person",
                ":personUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "personUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1640ceeb-7a54-42f5-a76c-f9730200d448",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3467e063-2261-4462-bff8-3cc53ce4d051",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "30a5c9da-fe7b-48e1-bbde-725459c0f9f9",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a885c492-1f45-4f16-9863-bc5247dec0ae",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9d9b5134-37be-495f-bcb8-996436305746",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    ":personUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "personUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9c43e91-7c2e-40e1-b460-361a1d18e4fa",
          "name": "Count all persons.",
          "request": {
            "name": "Count all persons.",
            "description": {
              "content": "Count all persons.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "persons",
                "count"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "17ed2629-2de9-4ae5-8b57-9e41632df812",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": 1275\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d8266cd-7e64-4689-86fd-c06fd7976651",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6195b631-9c8f-497b-b857-17dd5cc3795f",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "37f182b1-48f3-410c-8bc2-3567918a06b5",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "79edbdcc-1a94-480d-b4f3-7698a12d69a3",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "843c495d-38e0-4ba7-b3b0-f010f15d0bfb",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c6da4598-a1d2-41f8-b750-a5cb5d6cb45c",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "count"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7f072078-3e68-4bec-9fd1-2009b67bb8be",
          "name": "Get person by id.",
          "request": {
            "name": "Get person by id.",
            "description": {
              "content": "Get the information about the person by integer id.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "person",
                "by-id",
                ":personId"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "700667682106990",
                  "key": "personId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6b61ed1d-f5ab-46bd-ae70-25f332e1333e",
              "name": "The information about the person",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    "by-id",
                    ":personId"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "700667682106990",
                      "key": "personId"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"fields\": {\n    \"<field_key_1>\": \"<field_value_1>\",\n    \"<field_key_2>\": \"<field_value_2>\",\n    \"<field_key_3>\": \"<field_value_3>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "441ca4d6-5f84-43d6-ad40-c70a74d753a2",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    "by-id",
                    ":personId"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "700667682106990",
                      "key": "personId"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "67d13053-ab93-46a0-8531-30e0cb08a1f5",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    "by-id",
                    ":personId"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "700667682106990",
                      "key": "personId"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "834267b4-b377-4101-9a9b-63a81ea20e80",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "person",
                    "by-id",
                    ":personId"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "700667682106990",
                      "key": "personId"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f764645f-559a-4e68-bd78-f37505994dbf",
          "name": "Create a new user from person.",
          "request": {
            "name": "Create a new user from person.",
            "description": {
              "content": "Create a new user from person.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "persons",
                "create-user"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "37de019d-a5d7-4bb2-ad7d-7d7a0590852e",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "create-user"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cce47b64-8ee8-4c6e-98c7-8344eafecf48",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "create-user"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "954089a3-a5eb-42e0-bd5e-6a9732cedc68",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "create-user"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "61ba7fe7-4b24-4c95-bfa9-3da0b8a82fe7",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "create-user"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "00c5d780-f027-4d95-acd3-fd3bcbe1c2ad",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "create-user"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1823dcde-f31c-4764-bb9a-a25c23e551f0",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "create-user"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fc088797-0e9d-447d-ab43-c961f7562285",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "persons",
                    "create-user"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "files",
      "description": "Handle files with the API.",
      "item": [
        {
          "id": "7dd44128-906f-482a-a476-80f2fb091871",
          "name": "Get a list of file resources",
          "request": {
            "name": "Get a list of file resources",
            "description": {
              "content": "Get a list of file resources.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "files"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3582510c-36cd-4620-b366-51a8d7f07066",
              "name": "A list of latest 20 uploaded file resources",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "files"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"uuid\": \"9091afea-81ee-4003-ac76-2ac11e3ddc3f\",\n    \"name\": \"example.png\",\n    \"type\": \"image/png\",\n    \"size\": 1234,\n    \"creator_id\": 1,\n    \"created_at\": \"2022-09-11T13:35:00+00:00\",\n    \"data_uri\": \"https://example.seventhings.com/ultron/api/v1/files/9091afea-81ee-4003-ac76-2ac11e3ddc3f/data\",\n    \"thumbnail_uri\": \"https://example.seventhings.com/ultron/api/v1/files/9091afea-81ee-4003-ac76-2ac11e3ddc3f/thumbnail\"\n  },\n  {\n    \"uuid\": \"9091afea-81ee-4003-ac76-2ac11e3ddc3f\",\n    \"name\": \"example.png\",\n    \"type\": \"image/png\",\n    \"size\": 1234,\n    \"creator_id\": 1,\n    \"created_at\": \"2022-09-11T13:35:00+00:00\",\n    \"data_uri\": \"https://example.seventhings.com/ultron/api/v1/files/9091afea-81ee-4003-ac76-2ac11e3ddc3f/data\",\n    \"thumbnail_uri\": \"https://example.seventhings.com/ultron/api/v1/files/9091afea-81ee-4003-ac76-2ac11e3ddc3f/thumbnail\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41461840-7524-4303-b5da-886fca33f857",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "files"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ede37f8b-d96c-4cc3-880d-46bda3996b20",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "files"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "88cf7480-6d20-409a-9821-fff561ba33dc",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "files"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8694acb3-2bd6-4321-abca-e3e5bb1121e0",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "files"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ad961480-2fa4-441b-8761-8f2eedee3c47",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "files"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e33f79cf-1079-4e2a-84d6-6cb8a3e9725c",
          "name": "Create a new file resource",
          "request": {
            "name": "Create a new file resource",
            "description": {
              "content": "Create a new file resource",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "file"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  },
                  "key": "data",
                  "type": "file"
                }
              ]
            },
            "auth": null
          },
          "response": [
            {
              "id": "129545f7-5091-4d91-9a86-657a1d9fd3ac",
              "name": "Creation of the file resource has succeeded",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "data",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The location of the created file",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "/ultron/api/v1/files/9091afea-81ee-4003-ac76-2ac11e3ddc3f"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The UUID of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location-UUID",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a892c643-6b65-413d-861c-5fd853b2f372",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "data",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fe9a6c3d-4a40-4389-a240-4d41887ac007",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "data",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1cfd360c-a2bf-4ed1-a17d-0cc42e7f239c",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "data",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7aa301d1-a226-49be-8a85-54fa986d0fba",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "data",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "38ee8b80-8c3f-4259-912f-82ab3bc0698c",
          "name": "Get a file resource",
          "request": {
            "name": "Get a file resource",
            "description": {
              "content": "Get a file resource",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "file",
                ":fileUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "fileUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1b11e2a1-e01d-49a2-8331-e5bb00adb6ad",
              "name": "The file resource",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"uuid\": \"9091afea-81ee-4003-ac76-2ac11e3ddc3f\",\n  \"name\": \"example.png\",\n  \"type\": \"image/png\",\n  \"size\": 1234,\n  \"creator_id\": 1,\n  \"created_at\": \"2022-09-11T13:35:00+00:00\",\n  \"data_uri\": \"https://example.seventhings.com/ultron/api/v1/files/9091afea-81ee-4003-ac76-2ac11e3ddc3f/data\",\n  \"thumbnail_uri\": \"https://example.seventhings.com/ultron/api/v1/files/9091afea-81ee-4003-ac76-2ac11e3ddc3f/thumbnail\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f82cc55c-af05-48c4-8b13-a155fb266ac0",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ff964e35-a48e-49b2-bd7d-d95860dd0463",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bf19de12-13c7-4a86-a49c-aa79103face3",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ee388d85-c7b0-473c-89e3-284a1d8aec60",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "07ea1f81-07d1-4e4c-993d-bad7f6672ba5",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "88971aef-b118-4335-b73e-91fad480c836",
          "name": "Get a file resource data",
          "request": {
            "name": "Get a file resource data",
            "description": {
              "content": "Get a file resource data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "file",
                ":fileUuid",
                "data"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "fileUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/octet-stream"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "19f61ace-8773-403d-9c7c-02b8dbe922f8",
              "name": "The file resource data",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "data"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/octet-stream"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/octet-stream"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ce456ca0-51a3-4ecf-8a78-9cdfe8af62d8",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "data"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9f7d34c5-e170-492a-b3f6-a4166021e46c",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "data"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f3245bbc-8499-4275-9f7c-3fae79af6d8d",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "data"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "49427e98-9ad5-486a-89d7-31adecc7a9c5",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "data"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ff86b839-0a19-47ab-bb8e-db4040600c93",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "data"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "beb0d4d8-1ae7-46c9-8208-d8e3bd9b5a66",
          "name": "Get a file resource thumbnail",
          "request": {
            "name": "Get a file resource thumbnail",
            "description": {
              "content": "Get a file resource thumbnail",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "file",
                ":fileUuid",
                "thumbnail"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "fileUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/octet-stream"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f49d88af-9444-4e11-9c9a-5dd4f39c4734",
              "name": "The file resource thumbnail",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "thumbnail"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/octet-stream"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/octet-stream"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9bae830a-e400-46c8-b054-ae95b42af54a",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "thumbnail"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "26b3ee93-424a-47b8-b7ab-7bef0d00cb98",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "thumbnail"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4fb3beef-1ffc-4281-a9ee-982d0c013376",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "thumbnail"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "251c78be-f888-4119-bfe2-e027b1616f0e",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "thumbnail"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3e26c8cd-ed99-4a50-a801-11246e1f30a2",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "file",
                    ":fileUuid",
                    "thumbnail"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fileUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "field definition",
      "description": "Handle field definitions with the API.",
      "item": [
        {
          "id": "0b51facd-e76b-4cf7-8606-1f13c71a1dab",
          "name": "Get all field definitions of a specific template.",
          "request": {
            "name": "Get all field definitions of a specific template.",
            "description": {
              "content": "Get all field definitions of a specific template.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "asset-tracking",
                ":template",
                "field-definitions"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "room",
                  "key": "template",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "478d703b-1501-4e97-8b86-b6063c27e645",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definitions"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"uuid\": \"c7f8f4cc-8f6c-4141-3b28-37e383b4d10b\",\n    \"field_key\": \"string\",\n    \"field_type\": {\n      \"name\": \"ATTACHMENT\",\n      \"constraints\": [\n        {\n          \"type\": \"allowed_values\",\n          \"value\": [\n            \"string\",\n            \"string\"\n          ]\n        },\n        {\n          \"type\": \"allowed_values\",\n          \"value\": [\n            \"string\",\n            \"string\"\n          ]\n        }\n      ]\n    },\n    \"label\": \"general_information\",\n    \"attributes\": [\n      {\n        \"type\": \"form_group\",\n        \"value\": \"General\"\n      },\n      {\n        \"type\": \"form_group\",\n        \"value\": \"General\"\n      }\n    ],\n    \"relations\": [\n      {\n        \"type\": \"actual_field\",\n        \"field_uuid\": \"483c0a9c-7157-bddf-9b14-4d8846256f25\"\n      },\n      {\n        \"type\": \"actual_field\",\n        \"field_uuid\": \"df8dc795-cfc9-5805-0de6-e02fb5de3009\"\n      }\n    ],\n    \"comment\": \"Additional info about the field\",\n    \"default_value\": false,\n    \"possible_values\": [\n      false,\n      true\n    ]\n  },\n  {\n    \"uuid\": \"c1a1ae15-0e9b-1030-d0fe-152718a59b55\",\n    \"field_key\": \"strin\",\n    \"field_type\": {\n      \"name\": \"ATTACHMENT\",\n      \"constraints\": [\n        {\n          \"type\": \"allowed_values\",\n          \"value\": [\n            \"string\",\n            \"string\"\n          ]\n        },\n        {\n          \"type\": \"allowed_values\",\n          \"value\": [\n            \"string\",\n            \"string\"\n          ]\n        }\n      ]\n    },\n    \"label\": \"general_information\",\n    \"attributes\": [\n      {\n        \"type\": \"form_group\",\n        \"value\": \"General\"\n      },\n      {\n        \"type\": \"form_group\",\n        \"value\": \"General\"\n      }\n    ],\n    \"relations\": [\n      {\n        \"type\": \"actual_field\",\n        \"field_uuid\": \"f486d37b-3ed4-1ae1-d449-dc3af4ff5ded\"\n      },\n      {\n        \"type\": \"actual_field\",\n        \"field_uuid\": \"dd061bf1-8fd4-fa95-6252-deb7a19b381d\"\n      }\n    ],\n    \"comment\": \"Additional info about the field\",\n    \"default_value\": true,\n    \"possible_values\": [\n      false,\n      true\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e22b90c1-e042-4c22-9112-de6e177313cb",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definitions"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a5bc59cb-58e5-490b-98ec-ca343ff89da5",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definitions"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "23371c34-83c3-403f-8657-06d0ee638eb5",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definitions"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fd3aae23-e770-4f01-bafd-0ea82d476945",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definitions"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e28ed606-0e9f-4b94-891c-a6110a0447dc",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definitions"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "060fef55-9024-4eab-85e7-85c465425496",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definitions"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9991b3b-9d06-4516-b87d-06a103bc9ee3",
          "name": "Create a new field definition for a specific template.",
          "request": {
            "name": "Create a new field definition for a specific template.",
            "description": {
              "content": "Create a new field definition for a specific template.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "asset-tracking",
                ":template",
                "field-definition"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "room",
                  "key": "template",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"default_value\": false,\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"possible_values\": [\n    true,\n    false\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"4f18dfb5-a47c-e6f5-2082-0ad98a9e0e14\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"30b1ca17-e1a3-6bca-2585-bb36ca5ce43e\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fc494efe-4632-4582-93d8-33288a892d9e",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"default_value\": false,\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"possible_values\": [\n    true,\n    false\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"4f18dfb5-a47c-e6f5-2082-0ad98a9e0e14\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"30b1ca17-e1a3-6bca-2585-bb36ca5ce43e\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The URL of the newly created field definition.",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The UUID of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location-UUID",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e43d1a6d-9f48-4383-9420-adfcddda2e6a",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"default_value\": false,\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"possible_values\": [\n    true,\n    false\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"4f18dfb5-a47c-e6f5-2082-0ad98a9e0e14\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"30b1ca17-e1a3-6bca-2585-bb36ca5ce43e\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4bbd232b-eb03-4687-8e4e-240d2b8940d0",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"default_value\": false,\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"possible_values\": [\n    true,\n    false\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"4f18dfb5-a47c-e6f5-2082-0ad98a9e0e14\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"30b1ca17-e1a3-6bca-2585-bb36ca5ce43e\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8c619e95-fc48-4344-ab1b-deec5b779471",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"default_value\": false,\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"possible_values\": [\n    true,\n    false\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"4f18dfb5-a47c-e6f5-2082-0ad98a9e0e14\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"30b1ca17-e1a3-6bca-2585-bb36ca5ce43e\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8ee6f46a-8f83-4a5d-8dcb-14ed6ce279de",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"default_value\": false,\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"possible_values\": [\n    true,\n    false\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"4f18dfb5-a47c-e6f5-2082-0ad98a9e0e14\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"30b1ca17-e1a3-6bca-2585-bb36ca5ce43e\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "37d54eb0-be7b-4907-9669-1301fb74b470",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"default_value\": false,\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"possible_values\": [\n    true,\n    false\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"4f18dfb5-a47c-e6f5-2082-0ad98a9e0e14\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"30b1ca17-e1a3-6bca-2585-bb36ca5ce43e\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7203f2c0-b99e-4346-af3c-e6eeb4486788",
          "name": "Get a field definition for a specific template.",
          "request": {
            "name": "Get a field definition for a specific template.",
            "description": {
              "content": "Get a field definition for a specific template.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "asset-tracking",
                ":template",
                "field-definition",
                ":fieldDefinitionUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "room",
                  "key": "template",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "fieldDefinitionUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The UUID of the field definition to get.",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2efb142f-777b-46a2-902d-eb634ddeb200",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"uuid\": \"0885f0f2-1b26-6069-5ee9-888bf33d449a\",\n  \"field_key\": \"string\",\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"d8c26d59-6463-a3ef-d218-2de53e3f47c6\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"5d9bef83-9710-2c2b-c6b0-b33ddcb34a39\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\",\n  \"default_value\": false,\n  \"possible_values\": [\n    true,\n    false\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2dcaa2a-f3d7-4dbf-b325-f0024bd7fbc5",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e25268c3-23b2-42ed-807a-fd33ae3c898a",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fe35e75f-a74a-4612-9ea4-8c642d328853",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e840b44c-3d92-4a5c-a2b1-8049a7e8a030",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ad191abf-1984-40fe-b37b-c69aa39dfaad",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ee07d22d-2d66-4341-93d4-1662eb875dea",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "28c49080-db59-48be-9c0a-4c60496ad9ee",
          "name": "Update a field definition for a specific template.",
          "request": {
            "name": "Update a field definition for a specific template.",
            "description": {
              "content": "Update a field definition for a specific template.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "asset-tracking",
                ":template",
                "field-definition",
                ":fieldDefinitionUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "room",
                  "key": "template",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                  "key": "fieldDefinitionUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The UUID of the field definition to get.",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"uuid\": \"0885f0f2-1b26-6069-5ee9-888bf33d449a\",\n  \"field_key\": \"string\",\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"d8c26d59-6463-a3ef-d218-2de53e3f47c6\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"5d9bef83-9710-2c2b-c6b0-b33ddcb34a39\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\",\n  \"default_value\": false,\n  \"possible_values\": [\n    true,\n    false\n  ]\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c48228bd-27ed-4c7d-861a-0e8684365d3f",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"uuid\": \"0885f0f2-1b26-6069-5ee9-888bf33d449a\",\n  \"field_key\": \"string\",\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"d8c26d59-6463-a3ef-d218-2de53e3f47c6\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"5d9bef83-9710-2c2b-c6b0-b33ddcb34a39\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\",\n  \"default_value\": false,\n  \"possible_values\": [\n    true,\n    false\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cbcf7dff-d9ce-4f3a-90cc-38f6ff798ecf",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"uuid\": \"0885f0f2-1b26-6069-5ee9-888bf33d449a\",\n  \"field_key\": \"string\",\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"d8c26d59-6463-a3ef-d218-2de53e3f47c6\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"5d9bef83-9710-2c2b-c6b0-b33ddcb34a39\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\",\n  \"default_value\": false,\n  \"possible_values\": [\n    true,\n    false\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b32de435-b40e-47b2-8ed7-73f806ab637e",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"uuid\": \"0885f0f2-1b26-6069-5ee9-888bf33d449a\",\n  \"field_key\": \"string\",\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"d8c26d59-6463-a3ef-d218-2de53e3f47c6\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"5d9bef83-9710-2c2b-c6b0-b33ddcb34a39\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\",\n  \"default_value\": false,\n  \"possible_values\": [\n    true,\n    false\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1f1ceb2d-571e-44c2-a074-c64f2b69dd61",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"uuid\": \"0885f0f2-1b26-6069-5ee9-888bf33d449a\",\n  \"field_key\": \"string\",\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"d8c26d59-6463-a3ef-d218-2de53e3f47c6\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"5d9bef83-9710-2c2b-c6b0-b33ddcb34a39\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\",\n  \"default_value\": false,\n  \"possible_values\": [\n    true,\n    false\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f125a0df-9ef6-421f-9c3b-ab680b2245b8",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"uuid\": \"0885f0f2-1b26-6069-5ee9-888bf33d449a\",\n  \"field_key\": \"string\",\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"d8c26d59-6463-a3ef-d218-2de53e3f47c6\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"5d9bef83-9710-2c2b-c6b0-b33ddcb34a39\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\",\n  \"default_value\": false,\n  \"possible_values\": [\n    true,\n    false\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "613469e4-a762-4054-bb0f-b247c1c09af8",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "asset-tracking",
                    ":template",
                    "field-definition",
                    ":fieldDefinitionUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The template to get the field definitions for. (This can only be one of asset,room,person)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "room",
                      "key": "template"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the field definition to get.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "2aafa245-c61f-77f8-994f-d9ad958f5e70",
                      "key": "fieldDefinitionUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"uuid\": \"0885f0f2-1b26-6069-5ee9-888bf33d449a\",\n  \"field_key\": \"string\",\n  \"field_type\": {\n    \"name\": \"ATTACHMENT\",\n    \"constraints\": [\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"type\": \"allowed_values\",\n        \"value\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"label\": \"general_information\",\n  \"attributes\": [\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    },\n    {\n      \"type\": \"form_group\",\n      \"value\": \"General\"\n    }\n  ],\n  \"relations\": [\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"d8c26d59-6463-a3ef-d218-2de53e3f47c6\"\n    },\n    {\n      \"type\": \"actual_field\",\n      \"field_uuid\": \"5d9bef83-9710-2c2b-c6b0-b33ddcb34a39\"\n    }\n  ],\n  \"comment\": \"Additional info about the field\",\n  \"default_value\": false,\n  \"possible_values\": [\n    true,\n    false\n  ]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "circularity-hub",
      "description": "Handle chub with the API.",
      "item": [
        {
          "id": "8266e493-f5c6-47d8-92d1-fd04d13be063",
          "name": "Suggest the chub-category of given objects.",
          "request": {
            "name": "Suggest the chub-category of given objects.",
            "description": {
              "content": "Suggest the chub-category of given objects.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "suggest-category"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fe57f446-ea3d-4e35-bc4b-b4c128a43d6c",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-category"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9014d69f-1aad-4ff6-a52a-0dcf800049f7",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-category"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f765529f-bbf9-4d8d-8ea6-639ed78c8b87",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-category"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0c28c821-6994-4654-9a29-e79407fe5539",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-category"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ec13bb63-2c1f-4072-8ac5-6e7221c96391",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-category"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8431ed26-e52c-4182-861f-8391fd770de5",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-category"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "84b971f9-71d4-4a17-a7a2-c5b736412d80",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-category"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4dc31bd8-9452-4672-95e3-f2501eae6edf",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-category"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"<filter_id>\": \"<filter_name>\"\n  },\n  \"sort\": {\n    \"<sort_field>\": \"<sort_type>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3a78740-b157-46e5-a8b3-6e55c72f120f",
          "name": "Suggested or set price of given objects.",
          "request": {
            "name": "Suggested or set price of given objects.",
            "description": {
              "content": "Suggested or set price of given objects.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "suggest-rest-price"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "be8e66e2-eb2b-401e-8015-2c6db87f34d6",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-rest-price"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"<object_uuid>\": \"<rest_price_value>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79bee62a-07fb-4264-96fa-7e0c7b3fadad",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-rest-price"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "00c1aa90-2d33-4712-b514-bf002980df5f",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-rest-price"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a87482fb-dbbd-4b3d-97fe-b590e9d1ce88",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-rest-price"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "199a7663-0dcc-4412-ac20-7bb3c1bfb0b3",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-rest-price"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "36ecbba1-d5f8-4783-84a5-2ba6adfd9843",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-rest-price"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c30f0b0f-a0e1-4bfc-8139-0c683d8c2be8",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-rest-price"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "92281737-411e-402d-8e55-0dd7e3311aa6",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "suggest-rest-price"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"<object_uuid>\": \"<mapped_category>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "95ca0de7-9a18-4070-9c3d-4eeeaf0887b6",
          "name": "Add object to circularity-hub.",
          "request": {
            "name": "Add object to circularity-hub.",
            "description": {
              "content": "Add object to circularity-hub.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "add-objects-to-circularity-hub"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2f52808c-cbd6-45f2-8437-7ec72775832e",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "add-objects-to-circularity-hub"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dae678fb-4b41-4c05-b4ac-45021da9905b",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "add-objects-to-circularity-hub"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4d86fda0-d9d3-46ed-a96e-89ba06e9f51e",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "add-objects-to-circularity-hub"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6fb0203d-8c45-40de-a634-c6d1730fd86e",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "add-objects-to-circularity-hub"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "175d284c-ff9e-4bad-bb1a-08c422f6da37",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "add-objects-to-circularity-hub"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cbe4c0c1-7478-41e8-a802-4e042ebb45de",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "add-objects-to-circularity-hub"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8af4d0a2-337d-4e13-8228-c787f09f39f9",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "add-objects-to-circularity-hub"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5176ff34-827a-458f-81fc-fbf1f18373cc",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "add-objects-to-circularity-hub"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"e8907bf9-90b3-4ea4-998c-242fab57d6a7\": {\n    \"category\": \"<value>\",\n    \"price\": \"<value>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8febf232-beab-4458-a7fb-30630ab2c6cd",
          "name": "Get all items from circularity-hub.",
          "request": {
            "name": "Get all items from circularity-hub.",
            "description": {
              "content": "Get all items from circularity-hub.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "items"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number of the results to fetch.",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of results per page.",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter[<filter_id>]",
                  "value": "<filter_name>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "<sort_field>",
                  "value": "<sort_type>"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0d35e07b-6aa7-4dfd-ad04-43a8b1452bbe",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "items"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": 1,\n    \"deleted\": 0,\n    \"asset_id\": 2,\n    \"created_at\": \"2024-05-13 13:30:18\",\n    \"price\": 123,\n    \"category_id\": 2,\n    \"suggested_price\": 2244.82,\n    \"updated_at\": \"2024-05-13 13:30:18\"\n  },\n  {\n    \"id\": 1,\n    \"deleted\": 0,\n    \"asset_id\": 2,\n    \"created_at\": \"2024-05-13 13:30:18\",\n    \"price\": 123,\n    \"category_id\": 2,\n    \"suggested_price\": 2244.82,\n    \"updated_at\": \"2024-05-13 13:30:18\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3228f92c-6eee-48ea-a824-92a2c6e141f7",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "items"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "076b956d-3cc4-427a-ba1b-ad6c72816548",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "items"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c9c4a6ec-29bc-4c6d-9f80-a11f95e861a0",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "items"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2835f830-9126-4f28-a824-d37a5d37d8af",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "items"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8774a571-9b20-47f6-9a23-79dea38a6fc0",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "items"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7f77aa0f-d861-46be-aa3a-35dd956a8c61",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "items"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dbd108a0-02ff-4255-b1bd-47f88f710945",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "items"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed30b9e2-f439-4465-a304-22fa3e7ad27c",
          "name": "Get one item from circularity-hub.",
          "request": {
            "name": "Get one item from circularity-hub.",
            "description": {
              "content": "Get one item from circularity-hub.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "item",
                ":identifier"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3533",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d7c46229-5b81-4efa-95df-af1634c46ffc",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": 1,\n  \"deleted\": 0,\n  \"asset_id\": 2,\n  \"created_at\": \"2024-05-13 13:30:18\",\n  \"price\": 123,\n  \"category_id\": 2,\n  \"suggested_price\": 2244.82,\n  \"updated_at\": \"2024-05-13 13:30:18\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e579ff9b-b379-4dcd-ab05-c497c2148e48",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2fa824ab-b69a-4f8c-b940-f78ad183eeea",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5e3749fa-d368-4870-92d3-c38d63a34830",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6383c5cd-58d6-4774-ad27-5a093aef7a0f",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d41df460-be99-4636-9f0d-019c318ff6ec",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0297cd3f-c5c5-438e-9215-cc1c155098ff",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dcdca915-d2be-40b1-927d-d0b901cd0baa",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0da8bf97-c1c7-4c5d-bf81-fdb849eff211",
          "name": "Delete one item.",
          "request": {
            "name": "Delete one item.",
            "description": {
              "content": "Delete one item-",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "item",
                ":identifier"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3533",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "16be012d-222b-45d6-b955-5241fc525097",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0c68b495-cddd-4d59-bb26-b443477f38e4",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "92d36ca4-6a89-4317-939d-46b108533602",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a28a9301-670e-45b0-9af3-51bf93aa990e",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "837bb93a-0800-461b-8c75-6d7747759a8b",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "17a8e5b5-6181-412a-a091-7bd64ace1985",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6ff50dcc-d8b0-46e4-b827-cc75974342f9",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4dc409bf-d221-4cfc-b577-133aec490ec2",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ee9c35ec-a09e-48e5-b22d-19aceae1ccb4",
          "name": "Update one item.",
          "request": {
            "name": "Update one item.",
            "description": {
              "content": "Update one item-",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "item",
                ":identifier"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3533",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"price\": 123\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "08025591-dbf1-4a34-b908-1c638426443a",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 123\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b4c8046d-5d7c-4df2-a09c-d41499db15d5",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 123\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a2472d00-fc0c-4e05-a287-0a6341f519c2",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 123\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eb133500-573c-48a4-8fa4-39c626077ac5",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 123\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1ce1c885-b4f3-44f5-bdd7-40f3f07be256",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 123\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "00f74a6e-ccf6-4199-8f50-bee62ef17bbd",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 123\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f4c98e27-840e-4fab-94d6-c22d6fad6dd3",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 123\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ef185264-ba66-4214-9244-af6057f077d0",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "item",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 123\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d7674ef-80c5-48b2-9e17-738990259391",
          "name": "Get all orders from circularity-hub.",
          "request": {
            "name": "Get all orders from circularity-hub.",
            "description": {
              "content": "Get all orders from circularity-hub.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "orders"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number of the results to fetch.",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of results per page.",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter[<filter_id>]",
                  "value": "<filter_name>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "<sort_field>",
                  "value": "<sort_type>"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "55c5c0b2-36e2-412f-b144-22f6f25a91a4",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": 1,\n    \"order_number\": \"7THX-24-4570-61\",\n    \"created_at\": \"2024-05-29 13:02:20\",\n    \"user_id\": 1,\n    \"total_price\": 152.56,\n    \"completed\": false,\n    \"cancelled\": true,\n    \"cancellation_reason\": \"have to cancel because of problems\",\n    \"billing_data\": {\n      \"firstName\": \"User\",\n      \"lastName\": \"Seventhings\",\n      \"street\": \"Hainstraße\",\n      \"house_number\": \"2\",\n      \"zip_code\": \"01097\",\n      \"city\": \"Dresden\"\n    },\n    \"articles\": [\n      {\n        \"id\": 1,\n        \"deleted\": 0,\n        \"asset_id\": 1,\n        \"created_at\": \"2024-05-29 10:53:43\",\n        \"price\": 152.56,\n        \"category_id\": 2,\n        \"suggested_price\": 152.56,\n        \"updated_at\": \"2024-05-29 10:53:43\",\n        \"mappedAssetData\": {\n          \"item_image\": [\n            {\n              \"type\": \"image/jpeg\",\n              \"name\": \"Example-Chair.jpg\",\n              \"size\": 157814,\n              \"name_on_server\": \"assets_600f4403392732.09849361.jpg\"\n            }\n          ],\n          \"item_title\": \"Stuhl Meeting\",\n          \"item_description\": \"Alle Felder können individuell angepasst werden.\",\n          \"item_main_category\": \"Möbel\",\n          \"item_actual_location\": 1,\n          \"internal_identifier\": \"DEV0000004\",\n          \"item_original_purchase_date\": \"2020-11-02\",\n          \"item_original_purchase_price\": 279.9,\n          \"item_manufacturer\": \"Vitra\",\n          \"documents\": null,\n          \"item_actual_room\": 3,\n          \"item_last_itexia_update_date\": \"2024-05-28 08:20:29\"\n        }\n      }\n    ]\n  },\n  {\n    \"id\": 1,\n    \"order_number\": \"7THX-24-4570-61\",\n    \"created_at\": \"2024-05-29 13:02:20\",\n    \"user_id\": 1,\n    \"total_price\": 152.56,\n    \"completed\": false,\n    \"cancelled\": true,\n    \"cancellation_reason\": \"have to cancel because of problems\",\n    \"billing_data\": {\n      \"firstName\": \"User\",\n      \"lastName\": \"Seventhings\",\n      \"street\": \"Hainstraße\",\n      \"house_number\": \"2\",\n      \"zip_code\": \"01097\",\n      \"city\": \"Dresden\"\n    },\n    \"articles\": [\n      {\n        \"id\": 1,\n        \"deleted\": 0,\n        \"asset_id\": 1,\n        \"created_at\": \"2024-05-29 10:53:43\",\n        \"price\": 152.56,\n        \"category_id\": 2,\n        \"suggested_price\": 152.56,\n        \"updated_at\": \"2024-05-29 10:53:43\",\n        \"mappedAssetData\": {\n          \"item_image\": [\n            {\n              \"type\": \"image/jpeg\",\n              \"name\": \"Example-Chair.jpg\",\n              \"size\": 157814,\n              \"name_on_server\": \"assets_600f4403392732.09849361.jpg\"\n            }\n          ],\n          \"item_title\": \"Stuhl Meeting\",\n          \"item_description\": \"Alle Felder können individuell angepasst werden.\",\n          \"item_main_category\": \"Möbel\",\n          \"item_actual_location\": 1,\n          \"internal_identifier\": \"DEV0000004\",\n          \"item_original_purchase_date\": \"2020-11-02\",\n          \"item_original_purchase_price\": 279.9,\n          \"item_manufacturer\": \"Vitra\",\n          \"documents\": null,\n          \"item_actual_room\": 3,\n          \"item_last_itexia_update_date\": \"2024-05-28 08:20:29\"\n        }\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a389dd59-5e2c-4413-8342-672fcd38ac54",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d4d48c88-52fd-43ed-8778-198a84d929d5",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "828e3339-345b-4181-bbb3-768bc6f3bbd0",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0a71e2b4-4e26-4d1d-9a2a-094d5124ccc1",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3214727d-4285-460d-9c10-db5e40316be7",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b69364bf-50ea-4711-a8e5-4e6916fd1031",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1f971d83-7cc0-4b7b-9519-f950d8d7f70a",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "00acfa90-409b-48b4-8a2c-32b371dfefbb",
          "name": "Create order and checkout items from circularity-hub.",
          "request": {
            "name": "Create order and checkout items from circularity-hub.",
            "description": {
              "content": "Create order and checkout items from circularity-hub.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "orders"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "[\n  3992,\n  1536\n]",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "556e88c0-e6fb-4081-8d06-c9f6017add87",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  3992,\n  1536\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "The URL of the newly created order.",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The ID of the newly created order.",
                    "type": "text/plain"
                  },
                  "key": "Location-ID",
                  "value": "3533"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "09839cca-51e8-4cd1-9647-854b7aba36b0",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  3992,\n  1536\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d96da70b-a033-4256-9845-5a29b51ed6b0",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  3992,\n  1536\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "de73e586-0bfa-41ba-a26b-de077e5b093e",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  3992,\n  1536\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3d93b6f0-2abf-48ed-8e10-dd00d5b08b63",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  3992,\n  1536\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "90ef44f6-ca17-42cd-aef3-367fbf22ee05",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  3992,\n  1536\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8581a9b6-6c9a-47bf-9e84-56b388bbd6ca",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  3992,\n  1536\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "98b5b30d-d316-44ff-b917-d21ff447fafd",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "orders"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  3992,\n  1536\n]",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c6d9767-c60c-43f9-943e-5e9888294bee",
          "name": "Get one order from circularity-hub.",
          "request": {
            "name": "Get one order from circularity-hub.",
            "description": {
              "content": "Get one order from circularity-hub.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "order",
                ":identifier"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3533",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "74fb6318-4b78-49aa-bdc1-2bf04d9f5c0d",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": 1,\n  \"order_number\": \"7THX-24-4570-61\",\n  \"created_at\": \"2024-05-29 13:02:20\",\n  \"user_id\": 1,\n  \"total_price\": 152.56,\n  \"completed\": false,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"have to cancel because of problems\",\n  \"billing_data\": {\n    \"firstName\": \"User\",\n    \"lastName\": \"Seventhings\",\n    \"street\": \"Hainstraße\",\n    \"house_number\": \"2\",\n    \"zip_code\": \"01097\",\n    \"city\": \"Dresden\"\n  },\n  \"articles\": [\n    {\n      \"id\": 1,\n      \"deleted\": 0,\n      \"asset_id\": 1,\n      \"created_at\": \"2024-05-29 10:53:43\",\n      \"price\": 152.56,\n      \"category_id\": 2,\n      \"suggested_price\": 152.56,\n      \"updated_at\": \"2024-05-29 10:53:43\",\n      \"mappedAssetData\": {\n        \"item_image\": [\n          {\n            \"type\": \"image/jpeg\",\n            \"name\": \"Example-Chair.jpg\",\n            \"size\": 157814,\n            \"name_on_server\": \"assets_600f4403392732.09849361.jpg\"\n          }\n        ],\n        \"item_title\": \"Stuhl Meeting\",\n        \"item_description\": \"Alle Felder können individuell angepasst werden.\",\n        \"item_main_category\": \"Möbel\",\n        \"item_actual_location\": 1,\n        \"internal_identifier\": \"DEV0000004\",\n        \"item_original_purchase_date\": \"2020-11-02\",\n        \"item_original_purchase_price\": 279.9,\n        \"item_manufacturer\": \"Vitra\",\n        \"documents\": null,\n        \"item_actual_room\": 3,\n        \"item_last_itexia_update_date\": \"2024-05-28 08:20:29\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c993fae-bfed-45e6-b3a7-202d6aff6301",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b923fefe-f971-4fa6-9ad6-82b19998cddc",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1a609007-fd01-497d-a364-5b96b9bb347e",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d9ffded4-435c-49c1-8e78-47255d2f9866",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cd09fc2b-9fb3-4bc2-8440-73e9f9e90038",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d55b7b22-2d05-4f44-8407-cf32aa00762d",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "44724c52-c003-4c1e-9098-a8249d91377c",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f424e315-34ed-486e-8dc4-d631f9d60467",
          "name": "Update one order.",
          "request": {
            "name": "Update one order.",
            "description": {
              "content": "Update one order.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "circularity-hub",
                "order",
                ":identifier"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "3533",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4a16485d-2086-4e71-add8-9b6626001404",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f4b58ce2-db9e-4e18-8e83-313d9bfcb2dc",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "caaed225-3735-43ee-bcb5-89c3fd719ef3",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8d3cfa50-3de4-4e7b-be9c-31df231e09d2",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e1bac5aa-dcd9-4ccd-9437-c5f5f2c0fc37",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5abdffec-882b-4d00-99b7-5181a9275df9",
              "name": "The requested resource representation has no acceptable format.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Acceptable",
              "code": 406,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c5b34444-c83c-40ac-9712-9ddb7e8a7f10",
              "name": "The requested entry is not processable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2f27be0f-ffc1-4921-b53c-70435e59e08a",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "circularity-hub",
                    "order",
                    ":identifier"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "3533",
                      "key": "identifier"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"completed\": true,\n  \"cancelled\": true,\n  \"cancellation_reason\": \"Item could not be found any more\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "task management",
      "description": "Handle tasks with the API.",
      "item": [
        {
          "id": "847e2145-2632-4241-8c30-6373c2295b1e",
          "name": "Get a list of Tasks",
          "request": {
            "name": "Get a list of Tasks",
            "description": {
              "content": "Get a list of Tasks.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "task-management",
                "tasks"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter Tasks by status (This can only be one of open,closed)",
                    "type": "text/plain"
                  },
                  "key": "status",
                  "value": "closed"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter Tasks by deadline from date",
                    "type": "text/plain"
                  },
                  "key": "deadline_from",
                  "value": "2023-04-01"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter Tasks by deadline to date",
                    "type": "text/plain"
                  },
                  "key": "deadline_to",
                  "value": "2023-05-01"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter Tasks by assignee",
                    "type": "text/plain"
                  },
                  "key": "assignee",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter Tasks by author",
                    "type": "text/plain"
                  },
                  "key": "author",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter Tasks by reference type (This can only be one of asset)",
                    "type": "text/plain"
                  },
                  "key": "reference_type",
                  "value": "asset"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1a72e541-0653-4c33-a13b-a89d00c3d98c",
              "name": "A list of Task entries",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "tasks"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by status (This can only be one of open,closed)",
                        "type": "text/plain"
                      },
                      "key": "status",
                      "value": "closed"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by deadline from date",
                        "type": "text/plain"
                      },
                      "key": "deadline_from",
                      "value": "2023-04-01"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by deadline to date",
                        "type": "text/plain"
                      },
                      "key": "deadline_to",
                      "value": "2023-05-01"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by assignee",
                        "type": "text/plain"
                      },
                      "key": "assignee",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by author",
                        "type": "text/plain"
                      },
                      "key": "author",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by reference type (This can only be one of asset)",
                        "type": "text/plain"
                      },
                      "key": "reference_type",
                      "value": "asset"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"f7f14c72-9604-481c-b16f-73c4cd6ec76b\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 7632570,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"287595c0-7525-b4bf-5ed4-20de9ef882c7\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 14237817,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"0acd9d6a-2c41-3324-dd4e-2ead29c59a69\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 15472914,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"6734ebd4-99d5-be61-5ba5-65e9ec8d7ee6\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 38154314,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"efb67f7d-dfdf-cd2b-c780-ea55898b7cd8\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 25918908,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"fa6d02cd-1eb4-698c-4ed4-a59ca1d7a360\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 27023447,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"bd98eade-e61d-1095-4558-897654bb0965\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 4998593,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"7286b3d7-8367-f934-d5c5-689994ea125a\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 37080755,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"dc214e54-b816-2e78-7c30-537ba0321554\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 39313113,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"e203a866-d7e5-1daf-b502-97dffda4f592\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 17877726,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"a5ee18d3-e86d-6848-80f5-1353bc7e489c\",\n        \"name\": \"string\",\n        \"type\": \"stri\",\n        \"size\": 39266997,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"a788bb1a-47a2-7470-ca8c-d90da395b8c9\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 34145619,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"4c73a94e-857f-7212-8045-a6c040045cf8\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 10525569,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"797ae355-84d4-49a1-1be1-bd505053619d\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 30066043,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"67ba9cf2-20c2-44c4-b324-77f481b47027\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 19170287,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"fe00f149-4a83-fd2f-2dce-410eaad27218\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 44678143,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"93915a0b-e4a0-5e85-6500-c9ce08f26c71\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 4956245,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"5a0d3376-5b94-3a34-c104-f8609ec06be9\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 46253628,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"63da8c93-cdd0-7448-e189-17b32105c3f6\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 43422477,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"8de14ae0-2e52-08a8-54e9-7261bf2012e2\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 37911187,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"df6916bd-8767-30c9-b728-1a1a53f16583\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 38843030,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"970ac669-7595-7753-1c05-b2a32bd30753\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 541965,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"5b4d4256-d394-e9ce-a716-45c08a6ecb92\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 5437919,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"4219f3a2-fa91-579f-9d89-c95134e049e3\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 3375067,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"a75e059d-dc18-5be0-851a-14a26b1840e1\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 25898815,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"7b0a4a46-6663-6c32-e659-13830d419cbc\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 7952714,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"4da94e8b-ccca-471b-96d9-26e9deeac7a9\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 50697320,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"c2a9242a-2667-c3d8-3a05-46ce2d42a2b1\",\n        \"name\": \"s\",\n        \"type\": \"string\",\n        \"size\": 49304822,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"e87f2127-98d2-70f5-07dd-f3128d88b80f\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 15176518,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"efa1cd0e-2f61-2fea-83b9-d3f29c4916d4\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 3362351,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"s\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"4f7e70e0-13d3-4b44-e090-f4e4617f7d93\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 29444598,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"1b08592e-21c8-c041-8844-ae1113ff439a\",\n        \"name\": \"string\",\n        \"type\": \"st\",\n        \"size\": 9097969,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"53e0599c-0f48-7173-8d9d-93a05a9892e9\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 19744068,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"2db54b69-e312-0d22-8a46-1c0b7df4b43f\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 10111050,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"f69242f6-b5bb-96b0-1135-6e02c2a6947d\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 23030404,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"ef4176d9-c354-48a4-1675-57be0ebc0e74\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 33432722,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"00dba8e7-f93e-f52f-87ae-6d5025316f37\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 49945996,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"c05e25da-2e0e-398b-cb94-686cc551c505\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 41398302,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"status\": \"closed\",\n    \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"title\": \"Refill the printer.\",\n    \"deadline\": \"2022-04-01\",\n    \"assignees\": [\n      \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    ],\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      },\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Assset name (asset barcode)\",\n        \"id\": 1,\n        \"status\": \"open\"\n      }\n    ],\n    \"reminders\": [\n      {\n        \"unit\": \"weeks\",\n        \"value\": 2\n      }\n    ],\n    \"recurring_schedule\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"attachments\": [\n      {\n        \"uuid\": \"56f469cc-5dde-0d5c-2192-6d25fb6058c5\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 10472716,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"f5e998ca-03a7-29a9-76fe-a31b7f421729\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 26044294,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"slug\": \"TASK-132\",\n    \"comment\": \"The printer is running low on ink.\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03eb1f57-3d36-4dd4-a3ff-17330494c601",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "tasks"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by status (This can only be one of open,closed)",
                        "type": "text/plain"
                      },
                      "key": "status",
                      "value": "closed"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by deadline from date",
                        "type": "text/plain"
                      },
                      "key": "deadline_from",
                      "value": "2023-04-01"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by deadline to date",
                        "type": "text/plain"
                      },
                      "key": "deadline_to",
                      "value": "2023-05-01"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by assignee",
                        "type": "text/plain"
                      },
                      "key": "assignee",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by author",
                        "type": "text/plain"
                      },
                      "key": "author",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by reference type (This can only be one of asset)",
                        "type": "text/plain"
                      },
                      "key": "reference_type",
                      "value": "asset"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0aa26d1a-2d8b-4167-93d7-d5a6f2a7b5db",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "tasks"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by status (This can only be one of open,closed)",
                        "type": "text/plain"
                      },
                      "key": "status",
                      "value": "closed"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by deadline from date",
                        "type": "text/plain"
                      },
                      "key": "deadline_from",
                      "value": "2023-04-01"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by deadline to date",
                        "type": "text/plain"
                      },
                      "key": "deadline_to",
                      "value": "2023-05-01"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by assignee",
                        "type": "text/plain"
                      },
                      "key": "assignee",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by author",
                        "type": "text/plain"
                      },
                      "key": "author",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by reference type (This can only be one of asset)",
                        "type": "text/plain"
                      },
                      "key": "reference_type",
                      "value": "asset"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "edabc9d3-b7c2-48cc-9d61-e80b09b1b071",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "tasks"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by status (This can only be one of open,closed)",
                        "type": "text/plain"
                      },
                      "key": "status",
                      "value": "closed"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by deadline from date",
                        "type": "text/plain"
                      },
                      "key": "deadline_from",
                      "value": "2023-04-01"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by deadline to date",
                        "type": "text/plain"
                      },
                      "key": "deadline_to",
                      "value": "2023-05-01"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by assignee",
                        "type": "text/plain"
                      },
                      "key": "assignee",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by author",
                        "type": "text/plain"
                      },
                      "key": "author",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter Tasks by reference type (This can only be one of asset)",
                        "type": "text/plain"
                      },
                      "key": "reference_type",
                      "value": "asset"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ceeed7a1-7b85-4ed5-8f49-c4e9e7a7db32",
          "name": "Create a new Task",
          "request": {
            "name": "Create a new Task",
            "description": {
              "content": "Create a new Task.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "task-management",
                "task"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": true\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f347a290-b17b-4030-8a24-5c1370405871",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Location of the newly created Task",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The UUID of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location-UUID",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "785780e7-371b-4daf-8051-14617c71bbc6",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "938fed56-072e-4b5d-8b51-a173b26ae1cf",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ff00029e-9341-4a28-bf47-26d171204a5d",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e0a988ff-4411-4671-b25c-6b6ac6093950",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a4668b59-dac8-473d-bcf3-0d038187e670",
          "name": "Get a Task",
          "request": {
            "name": "Get a Task",
            "description": {
              "content": "Get a Task.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "task-management",
                "task",
                ":taskUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                  "key": "taskUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b2937a96-05da-44a5-983d-c048cfe5f042",
              "name": "A Task entry",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"status\": \"closed\",\n  \"author\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"name\": \"Assset name (asset barcode)\",\n      \"id\": 1,\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"name\": \"Assset name (asset barcode)\",\n      \"id\": 1,\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"attachments\": [\n    {\n      \"uuid\": \"1c9d7ab5-cc6a-1fef-9a0c-8d22f4e023d5\",\n      \"name\": \"string\",\n      \"type\": \"string\",\n      \"size\": 4580283,\n      \"data_uri\": \"string\",\n      \"thumbnail_uri\": \"string\"\n    },\n    {\n      \"uuid\": \"2bc666cc-3b62-8e6f-e152-77722cbb3815\",\n      \"name\": \"string\",\n      \"type\": \"string\",\n      \"size\": 6075621,\n      \"data_uri\": \"string\",\n      \"thumbnail_uri\": \"string\"\n    }\n  ],\n  \"slug\": \"TASK-132\",\n  \"comment\": \"The printer is running low on ink.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9dae1234-be08-4ff4-a8b7-3a0558db980d",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "08c2c94f-846c-4d2e-8887-03853e9f3e78",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6dd566c7-0dee-4565-8293-bf3383e5c7b1",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "93f74d44-e90d-4b26-b3aa-ed10f64f0d31",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d721bfeb-5ffe-4c03-b4b5-d8a4711fa3a3",
          "name": "Update a Task",
          "request": {
            "name": "Update a Task",
            "description": {
              "content": "Update a Task.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "task-management",
                "task",
                ":taskUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                  "key": "taskUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": false\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "0459e3b2-e3b3-4201-a9f8-8ac1fa50d07a",
              "name": "The Task was updated successfully.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8f12bce3-2f62-4ee6-89c7-7ec16623008d",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a08124dd-aa25-455f-be6d-b975fcd4f8cd",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b3ce1e72-a9e1-4a93-bca3-b00768c44de5",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0e4b64a4-ec45-4432-a42d-912f2f14dc19",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Refill the printer.\",\n  \"deadline\": \"2022-04-01\",\n  \"assignees\": [\n    \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n  ],\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    },\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"status\": \"open\"\n    }\n  ],\n  \"reminders\": [\n    {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    }\n  ],\n  \"recurring_schedule\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"comment\": \"The printer is running low on ink.\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"notify\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8963bc1-4844-4069-b094-a324b210db1f",
          "name": "Delete a Task",
          "request": {
            "name": "Delete a Task",
            "description": {
              "content": "Delete a Task.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "task-management",
                "task",
                ":taskUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                  "key": "taskUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "23d35dbd-ae55-4b57-8129-af94a396e2c7",
              "name": "The Task was deleted successfully.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9207bf09-5817-4952-a694-29b11b5acaea",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "609f48e7-83ea-437c-85e8-d8129647d557",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7b9b2e23-75e0-4d8c-91bf-f879db8f05f0",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "21b728ae-efb7-4e88-a1e8-5a00da9c1582",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e434a43e-f221-409d-bc73-2991af7ea282",
          "name": "Update a Task status",
          "request": {
            "name": "Update a Task status",
            "description": {
              "content": "Update a Task status.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "task-management",
                "task",
                ":taskUuid",
                "status"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                  "key": "taskUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"closed\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "5e60c939-4fed-4d08-922a-9a63b184bbab",
              "name": "The Task was updated successfully.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid",
                    "status"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"closed\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bcd4e38b-2ad8-421f-85ca-7d057a1c941a",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid",
                    "status"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"closed\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8d183b4f-41e9-4b66-825e-570dd9a2acbe",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid",
                    "status"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"closed\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cd586208-942c-4701-a1d7-aee105063686",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid",
                    "status"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"closed\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6c3e0ee8-6011-43d7-a67f-7aa10e152311",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "task-management",
                    "task",
                    ":taskUuid",
                    "status"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "taskUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"closed\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "rental management",
      "description": "Handle rental cases with the API.",
      "item": [
        {
          "id": "053e1e80-563a-4efe-9a7b-1f67c9c05400",
          "name": "Get all Rental Cases",
          "request": {
            "name": "Get all Rental Cases",
            "description": {
              "content": "Get all Rental Cases",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "rental-management",
                "rental-cases"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter[<filter_id>]",
                  "value": "<filter_name>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number of the results to fetch.",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The number of results per page.",
                    "type": "text/plain"
                  },
                  "key": "per_page",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "<sort_field>",
                  "value": "<sort_type>"
                }
              ],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "075c435a-bd89-44bd-8077-bc34beb99d0b",
              "name": "A list of Rental Case entries",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-cases"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"uuid\": \"3b4d027e-2c52-def9-0739-e9a6c6fc826e\",\n    \"status\": \"confirmed\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"3086578c-15f3-9420-39c4-1cba8b4b6e51\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 43996082,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"ff736268-08ed-e42e-d5ef-5345953a65c9\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 30286505,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"d921a8f7-ee33-805a-89ba-c9fc9689e7d9\",\n    \"status\": \"return_overdue\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"42b34675-4ed9-6321-b2a0-896dc460d9a0\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 20545633,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"b3bb3b2c-6cd6-ed91-2020-8e83f50affee\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 49594472,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"f87ff9c3-1975-23de-c8e6-ef34954a89b8\",\n    \"status\": \"borrowed\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"cff8ab85-65ce-cc15-2d1c-a7356b627a54\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 7390900,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"cf0d6b40-0881-5aa5-a0a2-c249d41bb6f9\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 21623988,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"3aee808c-1cd8-27d0-43e3-af945894496a\",\n    \"status\": \"borrowed\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"4df8d253-2577-6e89-c6c4-db48d172e95c\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 36215090,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"f17b4a64-b950-9cb2-5673-cc41cd6d2e6c\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 18705336,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"4c643776-1956-11ed-8dd9-da607eb15506\",\n    \"status\": \"rejected\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"38a7dadb-6309-75ee-db60-ac6a8c355215\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 45299987,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"bbfd5d0c-4cae-2893-c659-c96987b28d71\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 44338491,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"39b9e5ae-4130-4329-b27a-662f1b3d0841\",\n    \"status\": \"completed\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"f87cde84-d916-6970-171c-2502eacaa550\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 36257540,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"6096b89c-9419-6ea4-8d13-eec4b895f8e0\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 45817466,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"4441186e-97c0-1c20-0b05-c80dfbe45bf2\",\n    \"status\": \"requested\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"fc9ede23-dacd-4720-c577-89d1acf5a116\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 13194868,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"b70fc52f-2dd2-91d9-2378-8e582085ad7e\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 43442765,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"93ce25dc-ff1f-f765-25b7-654be3a9e3fe\",\n    \"status\": \"requested\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"266891b1-277b-6565-b4c6-e0f3a16d3b13\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 31885325,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"77c246d1-4ae3-858e-7e66-3d3717c0aecf\",\n        \"name\": \"s\",\n        \"type\": \"string\",\n        \"size\": 24778606,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"5d37b8c4-8be4-9754-a8bf-44c7c03b87e7\",\n    \"status\": \"return_overdue\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"3fb83488-53a2-7160-3cd4-c979372fbced\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 14824896,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"758bd023-e164-2e13-f648-031f47a3529b\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 30336151,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"3da274b7-4395-0259-d799-a41ef2aaa90a\",\n    \"status\": \"requested\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"b801781d-152f-78cb-4295-164e9243c718\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 9979625,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"63f9e6c6-e4d2-3ac0-2803-95d2eff47a05\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 2051766,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"e1ad8b51-df1b-3951-c253-8a74fe91c2ae\",\n    \"status\": \"requested\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"7bd3f4a8-b74e-8c81-170d-ce6a8251c69c\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 29465864,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"56fec343-626f-4168-5de9-25df2f85fbbb\",\n        \"name\": \"strin\",\n        \"type\": \"string\",\n        \"size\": 5005285,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"b732d430-b2b6-3ae2-928a-944274ec4395\",\n    \"status\": \"pickup_overdue\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"99c78594-1174-cee9-1a69-e7bddee4327f\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 15304642,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"9489e879-60b5-bfea-c358-96412152549a\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 19948810,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"2e0bab75-f67a-78f4-77ad-94b4cd63694b\",\n    \"status\": \"requested\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"a05d9c50-fd8a-631a-fe94-8f6660b75d95\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 32744768,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"ecc5f2de-036f-e204-f12b-f5118df5a47d\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 40404510,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"14a108ea-a214-23bd-5bc9-a036ee87700c\",\n    \"status\": \"requested\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"b4c10cae-a4e9-9adf-1f73-829d18d2f1b0\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 8865958,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"8e352c2e-65c1-2cef-4bc0-f3ad90f14b76\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 49292814,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"678d3d9c-81d3-2bce-705d-b643525a1bba\",\n    \"status\": \"borrowed\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"d376de30-2594-76b4-4e72-83a3daecabb0\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 9609337,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"c9ecaf37-b50d-3001-9761-df4de7d0a52b\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 18567932,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"s\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"9926d34d-e20c-53ec-0a9b-b24a5bd6b107\",\n    \"status\": \"rejected\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"bc60bb2e-e02b-b4bd-a3b2-3c703b0b675d\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 24708097,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"4d242e6f-dc54-2f9d-ff39-3d646e306554\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 48082473,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"112521e4-fc6c-8a66-cd8b-0f40c51a4d0d\",\n    \"status\": \"completed\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"bcd4ebfb-a086-bc58-3b02-e661afb8c7f1\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 45757732,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"876fa3e3-a6cd-b607-1910-88254bf6ca77\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 41578473,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"71ab27fa-0d47-57e4-2d02-b041fbf5e7fb\",\n    \"status\": \"return_overdue\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"46121bbe-200e-9335-9a70-0d896308db4f\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 49079547,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"78324518-e591-8ab6-1e76-1df9b8961df1\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 37607495,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"4729a671-46d3-9f88-bf96-504dbb401f2b\",\n    \"status\": \"pickup_overdue\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"6e74a4bf-ed60-3979-33b0-e0b49235a669\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 19161567,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"stri\"\n      },\n      {\n        \"uuid\": \"bc5b85a3-8a6d-8e3d-4407-1e184657085c\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 45734283,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  },\n  {\n    \"uuid\": \"cd0e56ce-d6a5-5e73-5f55-59a5febc72ab\",\n    \"status\": \"pickup_overdue\",\n    \"title\": \"Rent the printer.\",\n    \"references\": [\n      {\n        \"type\": \"asset\",\n        \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n        \"name\": \"Asset name (asset barcode)\",\n        \"id\": 1\n      }\n    ],\n    \"issue_date\": \"2025-04-23\",\n    \"due_date\": \"2025-04-23\",\n    \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n    \"attachments\": [\n      {\n        \"uuid\": \"df8733f1-35b3-08a3-246c-424eb42cca8c\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 27543694,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      },\n      {\n        \"uuid\": \"279a0076-2eac-a89c-f0aa-85067d81024c\",\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"size\": 18418852,\n        \"data_uri\": \"string\",\n        \"thumbnail_uri\": \"string\"\n      }\n    ],\n    \"issue_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"due_date_reminder\": {\n      \"unit\": \"weeks\",\n      \"value\": 2\n    },\n    \"renter\": \"seventhings GmbH\",\n    \"comment\": \"The printer is running low on ink.\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28f48dd3-46e7-41d6-a635-f8e3d8d46906",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-cases"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d066d5cd-3c52-497b-b3fa-94c1cf084ad8",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-cases"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dc69ac7f-80c6-4554-b2f6-36922cc8eafa",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-cases"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bb421c03-0bb7-46d8-a241-6625415e93fd",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-cases"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter[<filter_id>]",
                      "value": "<filter_name>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number of the results to fetch.",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "The number of results per page.",
                        "type": "text/plain"
                      },
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "<sort_field>",
                      "value": "<sort_type>"
                    }
                  ],
                  "variable": [],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0187013c-e0a9-4ffc-81d4-e5ea5db25880",
          "name": "Create a new Rental Case",
          "request": {
            "name": "Create a new Rental Case",
            "description": {
              "content": "Create a new Rental Case.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "rental-management",
                "rental-case"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "ca79a7f6-cc03-4067-8906-d4d6b341d140",
              "name": "success",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Location of the newly created Rental Case",
                    "type": "text/plain"
                  },
                  "key": "Location",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "The UUID of the newly created object.",
                    "type": "text/plain"
                  },
                  "key": "Location-UUID",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915"
                }
              ],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "043e3ad9-8349-455a-a25f-c6e9c18ed215",
              "name": "Request body is missing or invalid or request data is invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "03ce8dc7-a953-46d8-852c-05c8dc7c3e33",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d0907946-720d-4ecc-87ac-c1bc6bd637c1",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "24b457a6-82b4-4f71-bf94-9d18dab63451",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f6012bc2-d974-4b6d-bf4e-a112e94a8532",
          "name": "Get a Rental Case",
          "request": {
            "name": "Get a Rental Case",
            "description": {
              "content": "Get a Rental Case.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "rental-management",
                "rental-case",
                ":rentalCaseUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                  "key": "rentalCaseUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1efbaa77-74cc-45a5-bbaf-f0dfb2f05288",
              "name": "A Task entry",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"uuid\": \"41ae0c09-6264-39e4-9d40-eb21fe40e9f8\",\n  \"status\": \"completed\",\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n      \"name\": \"Asset name (asset barcode)\",\n      \"id\": 1\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    {\n      \"uuid\": \"1a20c493-c091-8142-3ccf-bf507d387339\",\n      \"name\": \"string\",\n      \"type\": \"string\",\n      \"size\": 17853094,\n      \"data_uri\": \"string\",\n      \"thumbnail_uri\": \"string\"\n    },\n    {\n      \"uuid\": \"47064c9d-e3f3-a133-0ae0-c2aa3ac060f7\",\n      \"name\": \"string\",\n      \"type\": \"string\",\n      \"size\": 30795534,\n      \"data_uri\": \"string\",\n      \"thumbnail_uri\": \"string\"\n    }\n  ],\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": \"seventhings GmbH\",\n  \"comment\": \"The printer is running low on ink.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6948cf1-2b77-4e3d-b303-741fe816410d",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dd9ff7d8-be2c-46ef-b315-b77f34275364",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8823276f-c561-482e-8a57-bbf5662f8752",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c5e59dac-be5d-4615-af8d-2aaa9970f0f3",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "27add99f-dc99-4e5e-9685-edca3563b321",
          "name": "Update a Rental Case",
          "request": {
            "name": "Update a Rental Case",
            "description": {
              "content": "Update a Rental Case.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "rental-management",
                "rental-case",
                ":rentalCaseUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                  "key": "rentalCaseUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "f1f3522a-9c1d-4cd8-8e55-44349d808be2",
              "name": "The Rental Case was updated successfully.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aa10d7be-4a33-4b70-a493-c4230acbe25a",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5142e7fd-c84c-4e23-804d-de103d8ea49e",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9eef18fb-1627-4a3b-8b60-93d1ce028b53",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "43482359-a94b-4ca3-b47a-e8422d8fe442",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Rent the printer.\",\n  \"references\": [\n    {\n      \"type\": \"asset\",\n      \"uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\"\n    }\n  ],\n  \"issue_date\": \"2025-04-23\",\n  \"due_date\": \"2025-04-23\",\n  \"responsible_user_uuid\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\",\n  \"attachments\": [\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\",\n    \"7d8296ad-da7c-45f7-b676-9220b3a9d4dc\"\n  ],\n  \"status\": \"borrowed\",\n  \"issue_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"due_date_reminder\": {\n    \"unit\": \"weeks\",\n    \"value\": 2\n  },\n  \"renter\": {\n    \"type\": \"plain\",\n    \"value\": \"string\"\n  },\n  \"comment\": \"The printer is running low on ink.\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77d7f0bc-df1a-4fe1-b542-24227716d8af",
          "name": "Delete a Rental Case",
          "request": {
            "name": "Delete a Rental Case",
            "description": {
              "content": "Delete a Rental Case.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "customer-api",
                "v1",
                "rental-management",
                "rental-case",
                ":rentalCaseUuid"
              ],
              "host": [
                "{{instanceHost}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                  "key": "rentalCaseUuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ],
              "protocol": "https"
            },
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6f750e30-6cd1-4c0c-9a08-6dadff576ab5",
              "name": "The Rental Case was deleted successfully.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3166a8cb-ec62-442b-82b9-ef35b05871a1",
              "name": "Access token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4c23dba7-00d0-4220-8274-7b84ad9d4215",
              "name": "You are not permitted to perform the requested operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f3cf73a9-55c3-4849-b2ad-f8d931d335f0",
              "name": "The requested resource could not be found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a97b0a3a-92bf-4ef4-b0ee-0de0f0ddb600",
              "name": "Internal Server Error.",
              "originalRequest": {
                "url": {
                  "path": [
                    "customer-api",
                    "v1",
                    "rental-management",
                    "rental-case",
                    ":rentalCaseUuid"
                  ],
                  "host": [
                    "{{instanceHost}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "c22e4867-f268-a32c-7dfc-f511f6efb915",
                      "key": "rentalCaseUuid"
                    }
                  ],
                  "protocol": "https"
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "type": "any",
        "value": "{{bearerToken}}",
        "key": "token"
      }
    ]
  },
  "event": [],
  "variable": [
    {
      "key": "instanceHost",
      "value": "your-instance.seventhings.com",
      "type": "string",
      "description": "Your seventhings instance host without a protocol."
    },
    {
      "key": "bearerToken",
      "value": "",
      "type": "string",
      "description": "Set automatically after a successful \"Obtain an access token\" request."
    }
  ],
  "info": {
    "name": "seventhings Customer API (v0.17906_61372ea43_20260630)",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "## Web API for seventhings instance, the fixed asset manager for successful companies.\nWith the seventhings asset tracking manager you digitize your internal process in no time\nand boost creativity and structure.\n## Client tasks\n### time management\nAll timestamps are delivered in UTC and displayed in Y-m-d H:i:s format.\nThe conversion to the local time zone is done on the client side.\n### translations\nAll textual content is also returned in a neutral form,\nso that translations are only done on the client side.\n\n\nContact Support:\n Email: support@seventhings.com\n\nGenerated automatically from seventhings Customer API release v0.17906_61372ea43_20260630.",
      "type": "text/plain"
    }
  }
}
